From 6819be5cdf6dcdcb84604b87396f89c72a030ad7 Mon Sep 17 00:00:00 2001 From: m0gg Date: Thu, 23 Mar 2006 12:58:24 +0000 Subject: httpd_get_protocol function added --- nanohttp/nanohttp-server.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-server.h') diff --git a/nanohttp/nanohttp-server.h b/nanohttp/nanohttp-server.h index 20d7834..08c3e1c 100644 --- a/nanohttp/nanohttp-server.h +++ b/nanohttp/nanohttp-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-server.h,v 1.16 2006/03/06 13:37:38 m0gg Exp $ + * $Id: nanohttp-server.h,v 1.17 2006/03/23 12:58:24 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -79,6 +79,7 @@ int httpd_register_default(const char *ctx, httpd_service service); int httpd_register_secure_default(const char *ctx, httpd_service service, httpd_auth auth); int httpd_get_port(void); +const char *httpd_get_protocol(void); hservice_t *httpd_services(void); -- cgit v1.1-32-gdbae