1 2 3 4 5 6
#ifndef GRAB_WORK_H #define GRAB_WORK_H void process_file(const char *filename, unsigned char **buf); #endif /* !GRAB_WORK_H */