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/htscoremain.h | |
parent | 95b9374ff3192cc8df8a7c1d8335302f4d98ba2d (diff) |
HTTRACK_DEFLIB cleanup.
Diffstat (limited to 'src/htscoremain.h')
-rw-r--r-- | src/htscoremain.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/htscoremain.h b/src/htscoremain.h index 6bf2cfd..05baeaf 100644 --- a/src/htscoremain.h +++ b/src/htscoremain.h @@ -43,11 +43,6 @@ Please visit our Website: http://www.httrack.com /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE -// Main, récupère les paramètres et appelle le robot -#ifndef HTTRACK_DEFLIB -HTSEXT_API int hts_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(String * s, char *defaultname); |