summaryrefslogtreecommitdiff
path: root/udev_utils.h
diff options
context:
space:
mode:
authorScott James Remnant <scott@ubuntu.com>2005-11-22 15:44:02 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-22 15:44:02 +0100
commit0da0efb2b622435209d183b49e2d16d426142b2c (patch)
tree189196a8ece9de51fd6589ad4c54db4d86bb5205 /udev_utils.h
parentcfd0fc66054cb7eab4989d214e4f8552dc2bf0b8 (diff)
move delete_path() to utils
Diffstat (limited to 'udev_utils.h')
-rw-r--r--udev_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_utils.h b/udev_utils.h
index ffdaf0469f..a28ba005ca 100644
--- a/udev_utils.h
+++ b/udev_utils.h
@@ -51,6 +51,7 @@ extern int replace_untrusted_chars(char *str);
/* udev_utils_file.c */
extern int create_path(const char *path);
+extern int delete_path(const char *path);
extern int file_map(const char *filename, char **buf, size_t *bufsize);
extern void file_unmap(void *buf, size_t bufsize);
extern int unlink_secure(const char *filename);