summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:10:32 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:10:32 (EST)
commit290389440afaabe6c151481cd9e7a106a0dc3d92 (patch)
treecb55f09431d08a16b9ebf8df3233690e5e21335d /libopkg/opkg.h
parentc4e896ceda14cb1515625b020c705b521f0e306d (diff)
libopkg: add opkg_read_config_files() function
git-svn-id: http://opkg.googlecode.com/svn/trunk@77 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg.h')
-rw-r--r--libopkg/opkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/opkg.h b/libopkg/opkg.h
index 029b20c..0ee1887 100644
--- a/libopkg/opkg.h
+++ b/libopkg/opkg.h
@@ -21,6 +21,7 @@ opkg_t* opkg_new ();
void opkg_free (opkg_t *opkg);
void opkg_get_option (opkg_t *opkg, char *option, void **value);
void opkg_set_option (opkg_t *opkg, char *option, void *value);
+int opkg_read_config_files (opkg_t *opkg);
int opkg_install_package (opkg_t *opkg, char *package_name);
int opkg_remove_package (opkg_t *opkg, char *package_name);