chiark / gitweb /
[PATCH] update documentation for new config file format
[elogind.git] / udevdb.h
index d6c58ae76645fe1f36ea6bb00516da10014f82e6..a0e53382655a855e33598beb8b1a009ed2348e94 100644 (file)
--- 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);