summaryrefslogtreecommitdiffhomepage
path: root/src/anonymous.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-08-05 00:14:20 +0200
committerMichael Adam <obnox@samba.org>2009-08-05 00:14:20 +0200
commitc6475974b5e99595d4b884612900814d0ec85634 (patch)
tree72396773723f4e40241e33ea50f5c8a79868fe94 /src/anonymous.h
parentcaf20d786b237fc654e7c66fe5d23de489f14416 (diff)
add const to the key argument for anonymous_search().
Michael
Diffstat (limited to 'src/anonymous.h')
-rw-r--r--src/anonymous.h2
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