libopkg: support https_proxy
[project/opkg-lede.git] / libopkg / opkg_conf.h
index d38fd735905bf034d29b3c83a07688f897d3f2e2..781c8f4c72ae6e3c2f90dc6f38356c4bef4e7e5c 100644 (file)
@@ -89,12 +89,14 @@ struct opkg_conf {
        char *verify_program;
        int noaction;
        int size;
+       int strip_abi;
        int download_only;
        char *cache;
 
        /* proxy options */
        char *http_proxy;
        char *http_timeout;
+       char *https_proxy;
        char *ftp_proxy;
        char *no_proxy;
        char *proxy_user;