str_list_push: remove unused function
[oweals/opkg-lede.git] / libopkg / opkg_configure.h
index e3178b8483f68252ce82e198c4727ee117bc6574..f13afd38543857199b29e3edbdd92a27718ccf0e 100644 (file)
@@ -18,8 +18,8 @@
 #ifndef OPKG_CONFIGURE_H
 #define OPKG_CONFIGURE_H
 
-#include "opkg_conf.h"
+#include "pkg.h"
 
-int opkg_configure(opkg_conf_t *opkg_conf, pkg_t *pkg);
+int opkg_configure(pkg_t * pkg);
 
 #endif