libopkg: add opkg_read_config_files() function
[oweals/opkg-lede.git] / libopkg / opkg.h
index 029b20ce205a6e356e52194abe1a4e32ce1b79c1..0ee18875b56b16bd504a5a70a61036048e4c562b 100644 (file)
@@ -21,6 +21,7 @@ opkg_t* opkg_new ();
 void opkg_free (opkg_t *opkg);
 void opkg_get_option (opkg_t *opkg, char *option, void **value);
 void opkg_set_option (opkg_t *opkg, char *option, void *value);
+int opkg_read_config_files (opkg_t *opkg);
 
 int opkg_install_package (opkg_t *opkg, char *package_name);
 int opkg_remove_package (opkg_t *opkg, char *package_name);