summaryrefslogtreecommitdiff
path: root/src/htscoremain.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
commit660b569b0980fc8f71b03ed666dd02eec8388b4c (patch)
tree8ad02b5f0bebdd4cd1d2ba01005d6f3f71a0a7fb /src/htscoremain.h
parent64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff)
httrack 3.41.2
Diffstat (limited to 'src/htscoremain.h')
-rw-r--r--src/htscoremain.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/htscoremain.h b/src/htscoremain.h
index db781eb..a3a4025 100644
--- a/src/htscoremain.h
+++ b/src/htscoremain.h
@@ -45,20 +45,18 @@ Please visit our Website: http://www.httrack.com
"php2 php3 php4 php cgi asp jsp pl cfm nsf=text/html"
#include "htsglobal.h"
+#include "htsopt.h"
/* Library internal definictions */
#ifdef HTS_INTERNAL_BYTECODE
// Main, récupère les paramètres et appelle le robot
-#if HTS_ANALYSTE
#ifndef HTTRACK_DEFLIB
HTSEXT_API int hts_main(int argc, char **argv);
-#endif
-#else
-int main(int argc, char **argv);
+HTSEXT_API int hts_main2(int argc, char **argv, httrackp *opt);
#endif
int cmdl_opt(char* s);
-int check_path(char* s,char* defaultname);
+int check_path(String* s,char* defaultname);
#endif