diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
commit | 25adbdabb47499fe641c7bd9595024ff82667058 (patch) | |
tree | 4200bb5e746bc1c0606de615ec99f0a247d4d9ba /src/htscoremain.h | |
parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) |
httrack 3.30.1
Diffstat (limited to 'src/htscoremain.h')
-rw-r--r-- | src/htscoremain.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/htscoremain.h b/src/htscoremain.h index 0775492..3662793 100644 --- a/src/htscoremain.h +++ b/src/htscoremain.h @@ -42,13 +42,15 @@ Please visit our Website: http://www.httrack.com // --assume standard #define HTS_ASSUME_STANDARD \ - "php2,php3,php4,php,cgi,asp,jsp,pl,cfm=text/html" + "php2,php3,php4,php,cgi,asp,jsp,pl,cfm,nsf=text/html" #include "htsglobal.h" // Main, récupère les paramètres et appelle le robot #if HTS_ANALYSTE -int hts_main(int argc, char **argv); +#ifndef HTTRACK_DEFLIB +HTSEXT_API int hts_main(int argc, char **argv); +#endif #else int main(int argc, char **argv); #endif |