summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-12 20:19:21 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:27 -0700
commiteb10f97f2816ae09f949060a2bb8c46b8c1788ed (patch)
tree694bc1a4312401399613847d0e1d530758524558 /udev.h
parentbb051f66571121e2c9c97422b65aa89a37ec8feb (diff)
[PATCH] add udevtest program to build
Also fix up some other dependancy issues in the Makefile. Thanks to Olaf Hering <olh@suse.de> for pointing them out.
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.h b/udev.h
index 9e01e40492..00f1361016 100644
--- a/udev.h
+++ b/udev.h
@@ -56,7 +56,7 @@ do { \
strncpy(to, from, sizeof(to)-1); \
} while (0)
-extern int udev_add_device(char *path, char *subsystem);
+extern int udev_add_device(char *path, char *subsystem, int fake);
extern int udev_remove_device(char *path, char *subsystem);
extern void udev_init_config(void);
extern int parse_get_pair(char **orig_string, char **left, char **right);