1 2 3 4 5 6 7
#ifndef __ARGS_H #define __ARGS_H void args_register(GOptionEntry *options); void args_execute(int argc, char *argv[]); #endif