diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-02-07 20:54:38 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-02-07 20:54:38 +0000 |
commit | 47a9b0bb556784757f36e15f5a00d05dabc9756f (patch) | |
tree | 0c22f73384256a88652bc965f031063032924724 /test/test1.c | |
parent | 2c1b10fb2de5baeadc55811f9dd91072f29eb7c8 (diff) | |
download | libarg-47a9b0bb556784757f36e15f5a00d05dabc9756f.tar.gz libarg-47a9b0bb556784757f36e15f5a00d05dabc9756f.zip |
rearranged structures
Diffstat (limited to 'test/test1.c')
-rw-r--r-- | test/test1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test1.c b/test/test1.c index dacae2e..eea5759 100644 --- a/test/test1.c +++ b/test/test1.c @@ -33,6 +33,7 @@ s_arg_val number_val = .ptr = NULL }; +//cant be const def_arg cmd_arg[] = { ARG_ENTRY("-a",IP,&src_ip), |