Merge commit 'grg' into HEAD
[oweals/opkg-lede.git] / libopkg / opkg_install.h
index 13d43d0732cca51e6dcfbabd68340a17b6254ca5..eaffff821549c2d2c24faa027cefa8d9a2d5977d 100644 (file)
@@ -20,9 +20,8 @@
 
 #include "pkg.h"
 #include "opkg_conf.h"
 
 #include "pkg.h"
 #include "opkg_conf.h"
-#include "opkg_error.h"
 
 
-int opkg_install_by_name(opkg_conf_t *conf, const char *pkg_name);
-int opkg_install_pkg(opkg_conf_t *conf, pkg_t *pkg, int from_upgrading);
+int opkg_install_by_name(const char *pkg_name);
+int opkg_install_pkg(pkg_t *pkg, int from_upgrading);
 
 #endif
 
 #endif