aboutsummaryrefslogtreecommitdiff
path: root/src/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/label.h')
-rw-r--r--src/label.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/label.h b/src/label.h
index a190154..a7cb720 100644
--- a/src/label.h
+++ b/src/label.h
@@ -121,9 +121,10 @@ void LabelDump(FILE *fp, int dump_private);
void LabelWriteBlob(FILE *fp);
-/* Read a binary blob of information containing all the labels
+/* Read a binary blob of information containing all the labels, adjusting values
+ by the passed offset.
*/
-void LabelReadBlob(FILE *fp);
+void LabelReadBlob(FILE *fp, int offset);
#endif