summaryrefslogtreecommitdiff
path: root/src/htsrobots.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsrobots.h')
-rw-r--r--src/htsrobots.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsrobots.h b/src/htsrobots.h
index 8fcc1c6..9160372 100644
--- a/src/htsrobots.h
+++ b/src/htsrobots.h
@@ -47,9 +47,9 @@ struct robots_wizard {
/* Library internal definictions */
#ifdef HTS_INTERNAL_BYTECODE
-int checkrobots(robots_wizard * robots, char *adr, char *fil);
+int checkrobots(robots_wizard * robots, const char *adr, const char *fil);
void checkrobots_free(robots_wizard * robots);
-int checkrobots_set(robots_wizard * robots, char *adr, char *data);
+int checkrobots_set(robots_wizard * robots, const char *adr, const char *data);
#endif
#endif