diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
commit | 25adbdabb47499fe641c7bd9595024ff82667058 (patch) | |
tree | 4200bb5e746bc1c0606de615ec99f0a247d4d9ba /src/htsalias.h | |
parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) |
httrack 3.30.1
Diffstat (limited to 'src/htsalias.h')
-rw-r--r-- | src/htsalias.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsalias.h b/src/htsalias.h index 1c94b19..e5e8f82 100644 --- a/src/htsalias.h +++ b/src/htsalias.h @@ -39,7 +39,7 @@ Please visit our Website: http://www.httrack.com #ifndef HTSALIAS_DEFH #define HTSALIAS_DEFH -extern const char hts_optalias[][4][64]; +extern const char* hts_optalias[][4]; int optalias_check(int argc,const char * const * argv,int n_arg, int* return_argc,char** return_argv, char* return_error); |