str_list_push: remove unused function
[oweals/opkg-lede.git] / libopkg / opkg_configure.h
index f56f0e488afd7c31fa35a6b00b3bc397ad309e80..f13afd38543857199b29e3edbdd92a27718ccf0e 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_configure.h - the itsy package management system
+/* opkg_configure.h - the opkg package management system
 
    Carl D. Worth
 
@@ -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