summaryrefslogtreecommitdiffstats
path: root/src/opk/opk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opk/opk.h')
-rw-r--r--src/opk/opk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opk/opk.h b/src/opk/opk.h
index e5fc4d2..afd39b6 100644
--- a/src/opk/opk.h
+++ b/src/opk/opk.h
@@ -39,6 +39,7 @@ struct opkg_opk_opk {
int list_control;
int list_data;
const char *control_dir;
+ const char *data_dir;
FILE *file;
char file_buffer[8192];
struct opkg_opk_gzip *outer_gzip;