summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_configure.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_configure.h')
-rw-r--r--libopkg/opkg_configure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_configure.h b/libopkg/opkg_configure.h
index e3178b8..25236ae 100644
--- a/libopkg/opkg_configure.h
+++ b/libopkg/opkg_configure.h
@@ -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