From 844ecc37072d515513177c65a8c9dc35c9cdfc1a Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 19 Mar 2012 12:55:42 +0000 Subject: httrack 3.33.16 --- src/htsrobots.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/htsrobots.h') diff --git a/src/htsrobots.h b/src/htsrobots.h index ef08183..195bbde 100644 --- a/src/htsrobots.h +++ b/src/htsrobots.h @@ -47,10 +47,11 @@ typedef struct robots_wizard { } robots_wizard; -// robots +/* Library internal definictions */ +#ifdef HTS_INTERNAL_BYTECODE int checkrobots(robots_wizard* robots,char* adr,char* fil); void checkrobots_free(robots_wizard* robots); int checkrobots_set(robots_wizard* robots,char* adr,char* data); - +#endif #endif -- cgit v1.2.3