diff options
Diffstat (limited to '')
-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 c3a01be..b6c93be 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(char *s); -extern int anonymous_insert(char *s); +extern short int is_anonymous_enabled (void); +extern int anonymous_search (char *s); +extern int anonymous_insert (char *s); #endif |