diff options
Diffstat (limited to 'src/anonymous.h')
-rw-r--r-- | src/anonymous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anonymous.h b/src/anonymous.h index b6c93be..bd26323 100644 --- a/src/anonymous.h +++ b/src/anonymous.h @@ -22,7 +22,7 @@ #define _TINYPROXY_ANONYMOUS_H_ extern short int is_anonymous_enabled (void); -extern int anonymous_search (char *s); +extern int anonymous_search (const char *s); extern int anonymous_insert (char *s); #endif |