diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
commit | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch) | |
tree | e72af709fbce8bc495f51e7f0518de9a9a2c3b7f /src/htswizard.h | |
parent | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff) |
httrack 3.40.4
Diffstat (limited to 'src/htswizard.h')
-rw-r--r-- | src/htswizard.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/htswizard.h b/src/htswizard.h index a36940d..7236573 100644 --- a/src/htswizard.h +++ b/src/htswizard.h @@ -52,6 +52,10 @@ int hts_acceptlink(httrackp* opt, int hts_testlinksize(httrackp* opt, char* adr,char* fil, LLint size); +int hts_acceptmime(httrackp* opt, + int ptr,int lien_tot,lien_url** liens, + char* adr,char* fil, + char* mime); #endif #endif |