diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:59:03 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:59:03 +0000 |
commit | 660b569b0980fc8f71b03ed666dd02eec8388b4c (patch) | |
tree | 8ad02b5f0bebdd4cd1d2ba01005d6f3f71a0a7fb /src/htshelp.h | |
parent | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff) |
httrack 3.41.2
Diffstat (limited to 'src/htshelp.h')
-rw-r--r-- | src/htshelp.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/htshelp.h b/src/htshelp.h index 67354c7..1ec16e2 100644 --- a/src/htshelp.h +++ b/src/htshelp.h @@ -40,17 +40,22 @@ Please visit our Website: http://www.httrack.com #ifndef HTSHELP_DEFH #define HTSHELP_DEFH -#include "htsglobal.h" -#include "htscore.h" - /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE + +/* Forward definitions */ +#ifndef HTS_DEF_FWSTRUCT_httrackp +#define HTS_DEF_FWSTRUCT_httrackp +typedef struct httrackp httrackp; +#endif + void infomsg(char* msg); void help(char* app,int more); void make_empty_index(char* str); void help_wizard(httrackp* opt); int help_query(char* list,int def); -void help_catchurl(char* dest_path); +void help_catchurl(const char* dest_path); + #endif #endif |