diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
commit | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch) | |
tree | 733b1fe039c0c37095a594b66d5076f3f5a0153d /src/htswizard.h | |
parent | 25adbdabb47499fe641c7bd9595024ff82667058 (diff) |
httrack 3.33.16
Diffstat (limited to 'src/htswizard.h')
-rw-r--r-- | src/htswizard.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/htswizard.h b/src/htswizard.h index 147c7b7..a36940d 100644 --- a/src/htswizard.h +++ b/src/htswizard.h @@ -40,12 +40,18 @@ Please visit our Website: http://www.httrack.com #include "htscore.h" + +/* Library internal definictions */ +#ifdef HTS_INTERNAL_BYTECODE int hts_acceptlink(httrackp* opt, int ptr,int lien_tot,lien_url** liens, char* adr,char* fil, + char* tag, char* attribute, int* set_prio_to_0, int* just_test_it); int hts_testlinksize(httrackp* opt, char* adr,char* fil, LLint size); #endif + +#endif |