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 bd26323..0ca980e 100644 --- a/src/anonymous.h +++ b/src/anonymous.h @@ -23,6 +23,6 @@ extern short int is_anonymous_enabled (void); extern int anonymous_search (const char *s); -extern int anonymous_insert (char *s); +extern int anonymous_insert (const char *s); #endif |