summaryrefslogtreecommitdiff
path: root/udev_lib.h
diff options
context:
space:
mode:
authorsjoerd@spring.luon.net <sjoerd@spring.luon.net>2004-04-08 18:48:56 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:15 -0700
commit4b06c852cb7da274b50f665a75367f901d8064ae (patch)
tree1452478c34cf0c0d1656dd58bff3ef5dc3d4196f /udev_lib.h
parent1321258af575f1e704aedfb3b6ed8aa341632a50 (diff)
[PATCH] DEVNODE -> DEVNAME transition fixes
It seems that the transition from DEVNODE to DEVNAME wasn't done everywhere. This broke udev_dbus for me. Attached patch does the transition in the places it wasn't done yet.
Diffstat (limited to 'udev_lib.h')
-rw-r--r--udev_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_lib.h b/udev_lib.h
index e412ba96f4..cc264fa9b4 100644
--- a/udev_lib.h
+++ b/udev_lib.h
@@ -68,7 +68,7 @@ do { \
extern char *get_action(void);
extern char *get_devpath(void);
-extern char *get_devnode(void);
+extern char *get_devname(void);
extern char *get_seqnum(void);
extern char *get_subsystem(char *subsystem);
extern char get_device_type(const char *path, const char *subsystem);