Remove bogus const from ARGV_t

This commit is contained in:
Panu Matilainen 2008-04-07 09:29:06 +03:00
parent 4a46605048
commit a5533d9604
1 changed files with 1 additions and 1 deletions

View File

@ -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 {