aboutsummaryrefslogtreecommitdiff
path: root/snag/src/build_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'snag/src/build_db.h')
-rw-r--r--snag/src/build_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snag/src/build_db.h b/snag/src/build_db.h
index ed57c43..007f794 100644
--- a/snag/src/build_db.h
+++ b/snag/src/build_db.h
@@ -3,6 +3,6 @@
#include "package.h"
-void package_run_install(const package_info_t* info);
+void package_run_build(const package_info_t* info);
#endif