diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
commit | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch) | |
tree | 733b1fe039c0c37095a594b66d5076f3f5a0153d /src/htsrobots.h | |
parent | 25adbdabb47499fe641c7bd9595024ff82667058 (diff) |
httrack 3.33.16
Diffstat (limited to 'src/htsrobots.h')
-rw-r--r-- | src/htsrobots.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |