X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libopkg%2Fopkg_conf.h;h=0925b81c8b10b69e7bb4a44831bcc681e828a07c;hb=f0463978ddbcfd963819022c2da8e04ff310720c;hp=52498f58eb15284fd10b1cb30a1b77ef51343792;hpb=259ead07dd49045a49916c042032527e7d0be52f;p=project%2Fopkg-lede.git diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h index 52498f5..0925b81 100644 --- a/libopkg/opkg_conf.h +++ b/libopkg/opkg_conf.h @@ -21,9 +21,11 @@ typedef struct opkg_conf opkg_conf_t; extern opkg_conf_t *conf; +#include "config.h" + +#include + #include "hash_table.h" -#include "pkg.h" -#include "pkg_hash.h" #include "pkg_src_list.h" #include "pkg_dest_list.h" #include "nv_pair_list.h" @@ -55,7 +57,7 @@ struct opkg_conf char *tmp_dir; char *lists_dir; - uint pfm; /* package field mask */ + unsigned int pfm; /* package field mask */ /* For libopkg users to capture messages. */ void (*opkg_vmessage)(int, const char *fmt, va_list ap); @@ -77,6 +79,7 @@ struct opkg_conf int query_all; int verbosity; int noaction; + int download_only; char *cache; #ifdef HAVE_SSLCURL