aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/udev.c b/udev.c
index b45fb336..55a324ef 100644
--- a/udev.c
+++ b/udev.c
@@ -40,6 +40,11 @@ char **main_argv;
char **main_envp;
unsigned char logname[42];
+int log_ok(void)
+{
+ return udev_log;
+}
+
static void sig_handler(int signum)
{
dbg("caught signal %d", signum);