X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fgudev%2Fgudevprivate.h;h=8866f52b88399ee025ecd208544c9e1a2bf3c467;hb=eabac232a51b8d8dc2f6897018968bfe96d2912d;hp=64b008fb832e90fa4f6ce183af0428e5e1dc7e25;hpb=bf05675a2007af645b1998d5b7c60ab7bf2dc1fc;p=elogind.git diff --git a/extras/gudev/gudevprivate.h b/extras/gudev/gudevprivate.h index 64b008fb8..8866f52b8 100644 --- a/extras/gudev/gudevprivate.h +++ b/extras/gudev/gudevprivate.h @@ -27,7 +27,6 @@ #include -#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE 1 #include G_BEGIN_DECLS @@ -35,6 +34,8 @@ G_BEGIN_DECLS GUdevDevice * _g_udev_device_new (struct udev_device *udevice); +struct udev *_g_udev_client_get_udev (GUdevClient *client); + G_END_DECLS #endif /* __G_UDEV_PRIVATE_H__ */