libopkg: implement lightweight package listing logic
[oweals/opkg-lede.git] / libopkg / opkg_install.h
index eaffff821549c2d2c24faa027cefa8d9a2d5977d..ff7ff13b9540b783d1a7f0f3337a15efb8b36143 100644 (file)
@@ -22,6 +22,6 @@
 #include "opkg_conf.h"
 
 int opkg_install_by_name(const char *pkg_name);
-int opkg_install_pkg(pkg_t *pkg, int from_upgrading);
+int opkg_install_pkg(pkg_t * pkg, int from_upgrading);
 
 #endif