diff options
Diffstat (limited to 'src/jbig2.h')
-rw-r--r-- | src/jbig2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jbig2.h b/src/jbig2.h new file mode 100644 index 0000000..11249cf --- /dev/null +++ b/src/jbig2.h @@ -0,0 +1,7 @@ +/* + * Copyright (c) 2022, yzrh <yzrh@noema.org> + * + * SPDX-License-Identifier: Apache-2.0 + */ + +int strdec_jbig2(char **bitmap, const char * restrict jbig2, int jbig2_size); |