aboutsummaryrefslogtreecommitdiff
path: root/snag/src/package_db.h
diff options
context:
space:
mode:
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