diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 18:05:57 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 18:05:57 +0000 |
commit | 6ce91ec1f3602402c7d82ee36b3287bf61f02ecb (patch) | |
tree | 3d39c11b7ad0b1f61195072730d9ab1d778282ab /src/htscatchurl.h | |
parent | 95b9374ff3192cc8df8a7c1d8335302f4d98ba2d (diff) |
HTTRACK_DEFLIB cleanup.
Diffstat (limited to 'src/htscatchurl.h')
-rw-r--r-- | src/htscatchurl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/htscatchurl.h b/src/htscatchurl.h index 3c5496e..02259dd 100644 --- a/src/htscatchurl.h +++ b/src/htscatchurl.h @@ -43,12 +43,6 @@ Please visit our Website: http://www.httrack.com // Fonctions void socinput(T_SOC soc, char *s, int max); -#ifndef HTTRACK_DEFLIB -HTSEXT_API T_SOC catch_url_init_std(int *port_prox, char *adr_prox); -HTSEXT_API T_SOC catch_url_init(int *port, char *adr); -HTSEXT_API int catch_url(T_SOC soc, char *url, char *method, char *data); -#endif - #define CATCH_RESPONSE \ "HTTP/1.0 200 OK\r\n"\ "Content-type: text/html\r\n"\ |