Remove bogus const from ARGV_t
This commit is contained in:
parent
4a46605048
commit
a5533d9604
|
@ -12,7 +12,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
typedef const char * ARGstr_t;
|
||||
typedef ARGstr_t * ARGV_t;
|
||||
typedef char ** ARGV_t;
|
||||
|
||||
typedef int * ARGint_t;
|
||||
struct ARGI_s {
|
||||
|
|
Loading…
Reference in New Issue