aboutsummaryrefslogtreecommitdiff
path: root/include/libmbpk.h
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-21 20:16:00 +1200
committerArslaan Pathan <[email protected]>2026-06-21 20:16:00 +1200
commite9dd7eec231edfd631cc19f164bba6506f96384b (patch)
tree61ba05489d896a841c61f33f820bad62fc46ca58 /include/libmbpk.h
parentf5681aeb44feedda172352877c273fcf59e9b4cb (diff)
downloadmbpk-e9dd7eec231edfd631cc19f164bba6506f96384b.tar.xz
mbpk-e9dd7eec231edfd631cc19f164bba6506f96384b.zip
Start implementing the library and switch the spec to entirely INI because YAML is harder to parse
Diffstat (limited to 'include/libmbpk.h')
-rw-r--r--include/libmbpk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libmbpk.h b/include/libmbpk.h
index 0347e0c..e97c789 100644
--- a/include/libmbpk.h
+++ b/include/libmbpk.h
@@ -6,7 +6,7 @@ typedef struct mbpk_pkg {
const char *version;
const char *desc;
const char *url;
- const char **deps;
+ mbpk_pkg **deps;
const char *maintainer;
const char *license;
} mbpk_pkg;