s/dependences/dependencies/ Pointed out by klemmster in Issue 40.
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index 6b3495295e8eb5c448a9f3a07aa6bab178d296f6..6e7aa7de4880b989e2f9198b12a726d9eb8e8eab 100644 (file)
@@ -21,6 +21,8 @@
 typedef struct opkg_conf opkg_conf_t;
 extern opkg_conf_t *conf;
 
+#include "config.h"
+
 #include <stdarg.h>
 
 #include "hash_table.h"
@@ -72,11 +74,12 @@ struct opkg_conf
      int force_removal_of_dependent_packages;
      int force_removal_of_essential_packages;
      int check_signature;
-     int nodeps; /* do not follow dependences */
+     int nodeps; /* do not follow dependencies */
      char *offline_root;
      int query_all;
      int verbosity;
      int noaction;
+     int download_only;
      char *cache;
 
 #ifdef HAVE_SSLCURL