summaryrefslogtreecommitdiff
path: root/collect.h
diff options
context:
space:
mode:
Diffstat (limited to 'collect.h')
-rw-r--r--collect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/collect.h b/collect.h
new file mode 100644
index 0000000..40aaeac
--- /dev/null
+++ b/collect.h
@@ -0,0 +1,3 @@
+void collect_more(byte*, int, int);
+void collect_start();
+void collect_finish(byte *);