summaryrefslogtreecommitdiff
path: root/backend/gs1.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/gs1.h')
-rw-r--r--backend/gs1.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/backend/gs1.h b/backend/gs1.h
index 8b345a2..228af50 100644
--- a/backend/gs1.h
+++ b/backend/gs1.h
@@ -2,7 +2,7 @@
/*
libzint - the open source barcode library
- Copyright (C) 2009 Robin Stuart <robin@zint.org.uk>
+ Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -28,7 +28,8 @@
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
-*/
+ */
+/* vim: set ts=4 sw=4 et : */
#ifndef __GS1_H
#define __GS1_H
@@ -36,11 +37,10 @@
extern "C" {
#endif /* __cplusplus */
-extern int gs1_verify(struct zint_symbol *symbol, unsigned char source[], const unsigned int src_len, char reduced[]);
-extern int ugs1_verify(struct zint_symbol *symbol, unsigned char source[], const unsigned int src_len, unsigned char reduced[]);
+ extern int gs1_verify(struct zint_symbol *symbol, const unsigned char source[], const size_t src_len, char reduced[]);
#ifdef __cplusplus
}
#endif /* __cplusplus */
-#endif /* __GS1_H */ \ No newline at end of file
+#endif /* __GS1_H */