From d3713129e61a8953a61b8f15f7be6a3110197ed5 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 6 May 2016 16:12:42 +0100 Subject: Added simple library format. --- src/label.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/label.h') 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 /* -- cgit v1.2.3