summaryrefslogtreecommitdiffstats
path: root/src/package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.h')
-rw-r--r--src/package.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.h b/src/package.h
index b7d72f8f..4246486b 100644
--- a/src/package.h
+++ b/src/package.h
@@ -80,7 +80,8 @@ pkginfo_t* newpkg();
void freepkg(pkginfo_t *pkg);
int pkgcmp(const void *p1, const void *p2);
int is_pkgin(pkginfo_t *needle, PMList *haystack);
-void dump_pkg(pkginfo_t *info);
+void dump_pkg_full(pkginfo_t *info);
+void dump_pkg_sync(pkginfo_t *info);
#endif
/* vim: set ts=2 sw=2 noet: */