diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-10-23 21:43:52 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-10-23 21:43:52 +0000 |
commit | 5a5c2adcd8231b4fea656b54b907502aede93726 (patch) | |
tree | 8d71135a493bc98fb535b5e45c4d2008c98d8bfd /src/anonymous.h | |
parent | 670fad4a412cdf4022f27f2adc31460eaefbd2ea (diff) |
Added the new_anonymous initialize routine
Diffstat (limited to 'src/anonymous.h')
-rw-r--r-- | src/anonymous.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/anonymous.h b/src/anonymous.h index 81feb45..3533dc0 100644 --- a/src/anonymous.h +++ b/src/anonymous.h @@ -1,4 +1,4 @@ -/* $Id: anonymous.h,v 1.2 2000-09-11 23:38:36 rjkaes Exp $ +/* $Id: anonymous.h,v 1.3 2000-10-23 21:43:52 rjkaes Exp $ * * See 'anonymous.c' for a detailed description. * @@ -18,6 +18,7 @@ #ifndef _TINYPROXY_ANONYMOUS_H_ #define _TINYPROXY_ANONYMOUS_H_ +extern int new_anonymous(void); extern int anon_search(char *s); extern void anon_insert(char *s); |