chiark / gitweb /
udev: move global property handling from libudev to udevd
[elogind.git] / src / test / test-udev.c
index 8a51473419da1989341118364cb5d23f7f5fe846..7c011f81f774142162207ab6936c7f5ca05c9ce4 100644 (file)
 #include "udev.h"
 #include "udev-util.h"
 
-void udev_main_log(struct udev *udev, int priority,
-                   const char *file, int line, const char *fn,
-                   const char *format, va_list args) {}
-
 static int fake_filesystems(void) {
         static const struct fakefs {
                 const char *src;