Reduce memory leak and tidy code

This commit is contained in:
hooper114 2008-10-08 17:06:16 +00:00
parent 858f69ea55
commit 608009b2a5
3 changed files with 47 additions and 185 deletions

View file

@ -36,12 +36,12 @@
*
*/
#include "common.h"
#ifndef __IEC16022ECC200_H
#define __IEC16022ECC200_H
unsigned char *iec16022ecc200(int *Wptr, int *Hptr, char **encodingptr,
int barcodelen, unsigned char *barcode,
int *lenp, int *maxp, int *eccp);
int iec16022ecc200(unsigned char *barcode, int barcodelen, struct zint_symbol *symbol);
#define MAXBARCODE 3116
#endif /* __IEC16022ECC200_H */