X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=udevdb.h;h=a0e53382655a855e33598beb8b1a009ed2348e94;hb=4bd46ac7e5ea893989c3bb83b07c26e852380cac;hp=d6c58ae76645fe1f36ea6bb00516da10014f82e6;hpb=a56ef382869bb76ade6d26cd7e8adc983ca3f89e;p=elogind.git diff --git a/udevdb.h b/udevdb.h index d6c58ae76..a0e533826 100644 --- a/udevdb.h +++ b/udevdb.h @@ -11,6 +11,8 @@ /* function prototypes */ extern void udevdb_exit(void); extern int udevdb_init(int init_flag); +extern int udevdb_open_ro(void); +extern int udevdb_dump(void (*user_record_handler) (char *path, struct udevice *dev)); extern int udevdb_add_dev(const char *path, const struct udevice *dev); extern int udevdb_get_dev(const char *path, struct udevice *dev);