str_list_push: remove unused function
[oweals/opkg-lede.git] / libopkg / opkg_configure.h
index ff01ff3bd0e33a0902bd575ba05b3389dd7b79aa..f13afd38543857199b29e3edbdd92a27718ccf0e 100644 (file)
@@ -20,6 +20,6 @@
 
 #include "pkg.h"
 
-int opkg_configure(pkg_t *pkg);
+int opkg_configure(pkg_t * pkg);
 
 #endif