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