27 # if defined(__GNUC__) && ( __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) )
28 # define UNUSED(x) UNUSED_ ## x __attribute__((__unused__))
30 # define UNUSED(x) UNUSED_ ## x
34 void registerHandler(
const char *name,
void(*initf)(
const char*),
int(*parsef)(
const char*,
const char*,
const char*, FILE*));
35 void initFoomatic(
void);
36 int execute(
int argc,
char *argv[]);
37 void addFile(
const char *filename,
const char *origin,
const char *metadata);