str_list_push: remove unused function
[oweals/opkg-lede.git] / libopkg / opkg_configure.h
index 25236aea4237d0127b42e4a553a5c9c4318052a1..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(pkg_t *pkg);
+int opkg_configure(pkg_t * pkg);
 
 #endif