From fffdc76681b5d44e3d8134b0be78334ee5f3a2b1 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 5 Nov 2001 15:24:42 +0000 Subject: Made is_anonymous_enabled() an inline function. --- src/anonymous.c | 4 ++-- 1 file 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; } -- cgit v1.2.3