From be22806715ee51b5bb8d1fe9953f74bb2ee32792 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 23 Dec 2011 21:35:51 +0100 Subject: Fix warnings found by -Wmissing-declarations --- src/libwaitress/waitress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libwaitress') diff --git a/src/libwaitress/waitress.c b/src/libwaitress/waitress.c index c20e059..5d37a4e 100644 --- a/src/libwaitress/waitress.c +++ b/src/libwaitress/waitress.c @@ -85,7 +85,7 @@ void WaitressFree (WaitressHandle_t *waith) { * @param Waitress handle * @return true|false */ -bool WaitressProxyEnabled (const WaitressHandle_t *waith) { +static bool WaitressProxyEnabled (const WaitressHandle_t *waith) { assert (waith != NULL); return waith->proxy.host != NULL; -- cgit v1.2.3