aboutsummaryrefslogtreecommitdiff
path: root/snag/src/package_db.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-23 12:23:40 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-23 12:23:40 -0400
commitfa4344e5dedff14af2bce55d29a272495dd6bbb5 (patch)
treeb90719263489365885a704bb4eab155c40c11d71 /snag/src/package_db.h
parente207f7382cf23dcf88700dead255a41c817a0863 (diff)
cache downloads and cleaning
Diffstat (limited to 'snag/src/package_db.h')
-rw-r--r--snag/src/package_db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/snag/src/package_db.h b/snag/src/package_db.h
index 17ff58d..52dad2b 100644
--- a/snag/src/package_db.h
+++ b/snag/src/package_db.h
@@ -9,6 +9,5 @@
// excessive validation, so this should be fine when loading lots of package
// data
bool load_package_info(char* pkgid, package_info_t* info);
-void run_package_install(const package_info_t* info);
#endif