Merge commit 'grg' into HEAD
[project/opkg-lede.git] / libopkg / opkg_configure.h
index f56f0e488afd7c31fa35a6b00b3bc397ad309e80..25236aea4237d0127b42e4a553a5c9c4318052a1 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
 
@@ -20,6 +20,6 @@
 
 #include "opkg_conf.h"
 
-int opkg_configure(opkg_conf_t *opkg_conf, pkg_t *pkg);
+int opkg_configure(pkg_t *pkg);
 
 #endif