summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 2173f0d34b..e72c730fa7 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -125,11 +125,8 @@ typedef struct {
#define OPT_EXIT 0x0800
#define OPT_DATA 0x1000
union {
- int *int_arg;
- char **str_arg;
- float *float_arg;
+ void *dst_ptr;
int (*func_arg)(const char *, const char *);
- int64_t *int64_arg;
} u;
const char *help;
const char *argname;