X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fudev-util.h;h=bbbdd7b955527be380b9a81f22e111624eedbdd4;hb=30c7b995a1120d380011d6bdbe6d24fafdc2e1ee;hp=d76ff52863e7805e174eb74026eb731a0fd3e3e4;hpb=1a37e9a3f3cb37cc8cb3850592b8ee63729e6d4b;p=elogind.git diff --git a/src/shared/udev-util.h b/src/shared/udev-util.h index d76ff5286..bbbdd7b95 100644 --- a/src/shared/udev-util.h +++ b/src/shared/udev-util.h @@ -50,3 +50,5 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_monitor*, udev_monitor_unref); #endif // 0 #define _cleanup_udev_monitor_unref_ _cleanup_(udev_monitor_unrefp) #define _cleanup_udev_list_cleanup_ _cleanup_(udev_list_cleanup) + +int udev_parse_config(void);