summaryrefslogtreecommitdiff
path: root/src/htsweb.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:57:43 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:57:43 +0000
commit64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch)
treee72af709fbce8bc495f51e7f0518de9a9a2c3b7f /src/htsweb.h
parent844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff)
httrack 3.40.4
Diffstat (limited to 'src/htsweb.h')
-rw-r--r--src/htsweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htsweb.h b/src/htsweb.h
index 82293b4..4f9439d 100644
--- a/src/htsweb.h
+++ b/src/htsweb.h
@@ -92,8 +92,10 @@ char* __cdecl htsshow_query(char* question);
char* __cdecl htsshow_query2(char* question);
char* __cdecl htsshow_query3(char* question);
int __cdecl htsshow_check(char* adr,char* fil,int status);
+int __cdecl htsshow_check_mime(char* adr,char* fil,char* mime,int status);
void __cdecl htsshow_pause(char* lockfile);
void __cdecl htsshow_filesave(char* file);
+void __cdecl htsshow_filesave2(char* adr, char* fil, char* save, int is_new, int is_modified, int not_updated);
int __cdecl htsshow_linkdetected(char* link);
int __cdecl htsshow_linkdetected2(char* link, char* start_tag);
int __cdecl htsshow_xfrstatus(lien_back* back);