diff options
Diffstat (limited to 'src/anonymous.h')
-rw-r--r-- | src/anonymous.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/anonymous.h b/src/anonymous.h index 0ca980e..78ce771 100644 --- a/src/anonymous.h +++ b/src/anonymous.h @@ -21,8 +21,8 @@ #ifndef _TINYPROXY_ANONYMOUS_H_ #define _TINYPROXY_ANONYMOUS_H_ -extern short int is_anonymous_enabled (void); -extern int anonymous_search (const char *s); -extern int anonymous_insert (const char *s); +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, char *s); #endif |