summaryrefslogtreecommitdiffhomepage
path: root/src/anonymous.h
diff options
context:
space:
mode:
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 6fc4518..78ce771 100644
--- a/src/anonymous.h
+++ b/src/anonymous.h
@@ -23,6 +23,6 @@
extern short int is_anonymous_enabled (struct config_s *conf);
extern int anonymous_search (struct config_s *conf, const char *s);
-extern int anonymous_insert (struct config_s *conf, const char *s);
+extern int anonymous_insert (struct config_s *conf, char *s);
#endif