X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Fudev-util.h;h=bbbdd7b955527be380b9a81f22e111624eedbdd4;hb=cac2e345596b2743053c0285280b81794b3aaf10;hp=74fe57e6d0fba1c5569be3f2dc61f9f8497fe3d8;hpb=076d998b73bf53e6652ea3ae4bed169e57423741;p=elogind.git diff --git a/src/shared/udev-util.h b/src/shared/udev-util.h index 74fe57e6d..bbbdd7b95 100644 --- a/src/shared/udev-util.h +++ b/src/shared/udev-util.h @@ -19,7 +19,11 @@ along with systemd; If not, see . ***/ +#if 0 /// elogind needs the systems udev header +#include "udev.h" +#else #include +#endif // 0 #include "util.h" DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev*, udev_unref); @@ -46,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);