3dpcp/.svn/pristine/25/256993007b4323112e53cd09286da85369b8daac.svn-base
2012-09-16 14:33:11 +02:00

11 lines
165 B
Text

#ifndef _BARCODE_H
#define _BARCODE_H
#include "pnm.h"
/*
detect barcode and add a string to the box (obj-pointer)
*/
int detect_barcode(job_t *job);
#endif