From 64aa995bce735d74bf936aae7ae59a104f992ff2 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:09:30 -0500 Subject: opkg: implement opkg_set_option() and opkg_get_option() git-svn-id: http://opkg.googlecode.com/svn/trunk@71 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_conf.h') diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h index f774b4a..4b971b4 100644 --- a/libopkg/opkg_conf.h +++ b/libopkg/opkg_conf.h @@ -104,4 +104,7 @@ void opkg_conf_deinit(opkg_conf_t *conf); int opkg_conf_write_status_files(opkg_conf_t *conf); char *root_filename_alloc(opkg_conf_t *conf, char *filename); + +int opkg_init_options_array(const opkg_conf_t *conf, opkg_option_t **options); + #endif -- cgit v0.9.1