summaryrefslogtreecommitdiff
path: root/src/core/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/args.h')
-rw-r--r--src/core/args.h8
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