summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/anonymous.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/anonymous.c b/src/anonymous.c
index f1bf4e6..24ebd11 100644
--- a/src/anonymous.c
+++ b/src/anonymous.c
@@ -1,4 +1,4 @@
-/* $Id: anonymous.c,v 1.7 2001-10-25 17:27:39 rjkaes Exp $
+/* $Id: anonymous.c,v 1.8 2001-11-05 15:24:42 rjkaes Exp $
*
* Handles insertion and searches for headers which should be let through when
* the anonymous feature is turned on. The headers are stored in a Ternary
@@ -32,7 +32,7 @@ static TERNARY anonymous_tree = 0;
*/
static short int anonymous_is_enabled = 0;
-short int is_anonymous_enabled(void)
+inline short int is_anonymous_enabled(void)
{
return anonymous_is_enabled;
}