summaryrefslogtreecommitdiff
path: root/src/htscoremain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htscoremain.h')
-rw-r--r--src/htscoremain.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/htscoremain.h b/src/htscoremain.h
index 1de4c36..b6c435e 100644
--- a/src/htscoremain.h
+++ b/src/htscoremain.h
@@ -17,28 +17,23 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
Important notes:
- We hereby ask people using this source NOT to use it in purpose of grabbing
emails addresses, or collecting any other private information on persons.
This would disgrace our work, and spoil the many hours we spent on it.
-
Please visit our Website: http://www.httrack.com
*/
-
/* ------------------------------------------------------------ */
/* File: httrack.c subroutines: */
/* main routine (first called) */
/* Author: Xavier Roche */
/* ------------------------------------------------------------ */
-
-
#ifndef HTSMAINHSR_DEFH
-#define HTSMAINHSR_DEFH
+#define HTSMAINHSR_DEFH
// --assume standard
#define HTS_ASSUME_STANDARD \
@@ -52,13 +47,12 @@ Please visit our Website: http://www.httrack.com
// 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);
+HTSEXT_API int hts_main2(int argc, char **argv, httrackp * opt);
#endif
-int cmdl_opt(char* s);
-int check_path(String* s,char* defaultname);
+int cmdl_opt(char *s);
+int check_path(String * s, char *defaultname);
#endif
-
#endif