summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/udev.h b/udev.h
index c056835f39..9b22c42b8c 100644
--- a/udev.h
+++ b/udev.h
@@ -166,9 +166,4 @@ extern void file_unmap(void *buf, size_t bufsize);
extern int unlink_secure(const char *filename);
extern size_t buf_get_line(const char *buf, size_t buflen, size_t cur);
-/* udev_utils_run.c */
-extern int pass_env_to_socket(const char *name, const char *devpath, const char *action);
-extern int run_program(const char *command, const char *subsystem,
- char *result, size_t ressize, size_t *reslen);
-
#endif