aboutsummaryrefslogtreecommitdiff
path: root/src/label.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-05-06 16:12:42 +0100
committerIan C <ianc@noddybox.co.uk>2016-05-06 16:12:42 +0100
commitd3713129e61a8953a61b8f15f7be6a3110197ed5 (patch)
tree2b6bc2e0ca728dc17bb3fbcba7632b6a929797e4 /src/label.h
parent0b3c0e2a2e347db8af3f29d4dc8c86797981bc85 (diff)
Added simple library format.
Diffstat (limited to 'src/label.h')
-rw-r--r--src/label.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/label.h b/src/label.h
index faf841b..5b79d41 100644
--- a/src/label.h
+++ b/src/label.h
@@ -116,6 +116,16 @@ void LabelResetNamespace(void);
void LabelDump(FILE *fp, int dump_private);
+/* Dump a binary blob of information containing all the labels
+*/
+void LabelWriteBlob(FILE *fp);
+
+
+/* Read a binary blob of information containing all the labels
+*/
+void LabelReadBlob(FILE *fp);
+
+
#endif
/*