summaryrefslogtreecommitdiffstats
path: root/src/opk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opk.h')
-rw-r--r--src/opk.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/opk.h b/src/opk.h
index bf60808..20579bf 100644
--- a/src/opk.h
+++ b/src/opk.h
@@ -47,9 +47,19 @@ int
opkg_opk_opk_print_control(struct opkg_opk_opk *opk, const char *name);
/*
+ * Lists control files when opkg_opk_opk_read() is called.
+ * Parameters:
+ * - opk: Package structure.
+ * Returns:
+ * - OPKG_OPK_OK.
+ */
+int
+opkg_opk_opk_list_control(struct opkg_opk_opk *opk);
+
+/*
* Lists data files when opkg_opk_opk_read() is called.
* Parameters:
- * - opk: Package structure.
+ * - opk: Package structure.
* Returns:
* - OPKG_OPK_OK.
*/