summaryrefslogtreecommitdiff
path: root/udev_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_lib.h')
-rw-r--r--udev_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev_lib.h b/udev_lib.h
index cc264fa9b4..18ce25ccc7 100644
--- a/udev_lib.h
+++ b/udev_lib.h
@@ -75,6 +75,8 @@ extern char get_device_type(const char *path, const char *subsystem);
extern int file_map(const char *filename, char **buf, size_t *bufsize);
extern void file_unmap(char *buf, size_t bufsize);
extern size_t buf_get_line(char *buf, size_t buflen, size_t cur);
+extern void leading_slash(char *path);
+extern void no_leading_slash(char *path);
extern int call_foreach_file(int fnct(char *f) , char *filename, char *extension);