chiark / gitweb /
[PATCH] fix klibc with printf() and gcc
[elogind.git] / udevdb.h
index 97e1f9bc405c50d600d73cb14b7f3d2599be500b..a0e53382655a855e33598beb8b1a009ed2348e94 100644 (file)
--- a/udevdb.h
+++ b/udevdb.h
 /* 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 struct udevice *udevdb_get_dev(const char *path);
+extern int udevdb_get_dev(const char *path, struct udevice *dev);
 extern int udevdb_delete_dev(const char *path);
 
 #endif /* _UDEVDB_H_ */