1 #ifndef _BARCODE_H
2 #define _BARCODE_H
3 #include "pnm.h"
4 
5 /*
6      detect barcode and add a string to the box (obj-pointer)
7 */
8 
9 int detect_barcode(job_t *job);
10 
11 #endif
12