12 lines
165 B
Text
12 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
|