summaryrefslogtreecommitdiffstats
path: root/printlistformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'printlistformat.h')
-rw-r--r--printlistformat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/printlistformat.h b/printlistformat.h
new file mode 100644
index 0000000..80a33d1
--- /dev/null
+++ b/printlistformat.h
@@ -0,0 +1,7 @@
+#ifndef REPREPRO_PRINTLISTFORMAT
+#define REPREPRO_PRINTLISTFORMAT
+
+struct package;
+retvalue listformat_print(const char *, struct package *);
+
+#endif