3dpcp/.svn/pristine/25/256993007b4323112e53cd09286da85369b8daac.svn-base

12 lines
165 B
Text
Raw Normal View History

2012-09-16 12:33:11 +00:00
#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