diff options
Diffstat (limited to 'src/htscatchurl.h')
-rw-r--r-- | src/htscatchurl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/htscatchurl.h b/src/htscatchurl.h index a2514ef..cec7537 100644 --- a/src/htscatchurl.h +++ b/src/htscatchurl.h @@ -41,6 +41,9 @@ Please visit our Website: http://www.httrack.com #include "htsbasenet.h" +/* Library internal definictions */ +#ifdef HTS_INTERNAL_BYTECODE + // Fonctions void socinput(T_SOC soc,char* s,int max); #ifndef HTTRACK_DEFLIB @@ -74,5 +77,7 @@ HTSEXT_API int catch_url(T_SOC soc,char* url,char* method,char* data); #endif +#endif + |