diff options
Diffstat (limited to 'src/core/args.h')
-rw-r--r-- | src/core/args.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/core/args.h b/src/core/args.h index 90b2d547..bbe16b5f 100644 --- a/src/core/args.h +++ b/src/core/args.h @@ -1,13 +1,7 @@ #ifndef __ARGS_H #define __ARGS_H -#ifdef HAVE_POPT_H -# include <popt.h> -#else -# include "lib-popt/popt.h" -#endif - -void args_register(struct poptOption *options); +void args_register(GOptionEntry *options); void args_execute(int argc, char *argv[]); #endif |