summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index f5695aeea..bc3f07a65 100644
--- a/src/main.h
+++ b/src/main.h
@@ -148,6 +148,10 @@ struct invoke_list {
struct invoke_hook *head, **tail;
};
+/* from perpkgstate.c */
+
+void ensure_package_clientdata(struct pkginfo *pkg);
+
/* from archives.c */
int archivefiles(const char *const *argv);