diff options
Diffstat (limited to 'nanohttp/nanohttp-server.h')
-rw-r--r-- | nanohttp/nanohttp-server.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |