summaryrefslogtreecommitdiffstats
path: root/src/opk/opk.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-05-17 12:20:19 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-05-17 14:20:32 (EDT)
commit88fc60c9ed2407c7d5b929b109729b4a3e40259f (patch)
tree11a49b93adb2eda5f90453a1e136170d9b6ded63 /src/opk/opk.h
parent255d04438a6634605b73008351fe2bcf70995658 (diff)
opk: Read specials file
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 28a6b66..d66e0a7 100644
--- a/src/opk/opk.h
+++ b/src/opk/opk.h
@@ -41,6 +41,7 @@ struct opkg_opk_opk {
const char *control_dir;
const char *data_dir;
FILE *file;
+ struct opkg_opk_specials *specials;
char file_buffer[8192];
uint64_t mtime;
const char *file_name;