aboutsummaryrefslogtreecommitdiffstats
path: root/src/jbig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jbig.h')
-rw-r--r--src/jbig.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/jbig.h b/src/jbig.h
new file mode 100644
index 0000000..170eda1
--- /dev/null
+++ b/src/jbig.h
@@ -0,0 +1,8 @@
+/*
+ * Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+int strdec_jbig(char **bitmap, int *bitmap_size,
+ const char * restrict data, int data_size);