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/htswizard.h | |
parent | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff) |
httrack 3.41.2
Diffstat (limited to 'src/htswizard.h')
-rw-r--r-- | src/htswizard.h | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/htswizard.h b/src/htswizard.h index 7236573..0f94eeb 100644 --- a/src/htswizard.h +++ b/src/htswizard.h @@ -38,11 +38,21 @@ Please visit our Website: http://www.httrack.com #ifndef HTSWIZARD_DEFH #define HTSWIZARD_DEFH -#include "htscore.h" - - /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE + +#include "htsglobal.h" + +/* Forward definitions */ +#ifndef HTS_DEF_FWSTRUCT_httrackp +#define HTS_DEF_FWSTRUCT_httrackp +typedef struct httrackp httrackp; +#endif +#ifndef HTS_DEF_FWSTRUCT_lien_url +#define HTS_DEF_FWSTRUCT_lien_url +typedef struct lien_url lien_url; +#endif + int hts_acceptlink(httrackp* opt, int ptr,int lien_tot,lien_url** liens, char* adr,char* fil, |