aboutsummaryrefslogtreecommitdiff
path: root/printrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'printrecord.h')
-rw-r--r--printrecord.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/printrecord.h b/printrecord.h
new file mode 100644
index 0000000..f6bc9f7
--- /dev/null
+++ b/printrecord.h
@@ -0,0 +1,9 @@
+#ifndef PRINTRECORD_H
+#define PRINTRECORD_H
+
+#include "stralloc.h"
+
+extern unsigned int printrecord_cat(stralloc *,const char *,unsigned int,unsigned int,const char *,const char *);
+extern unsigned int printrecord(stralloc *,const char *,unsigned int,unsigned int,const char *,const char *);
+
+#endif