From 9a0670ad01e00ab01cfb4f308f1b124941968fa2 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 28 Nov 2006 23:45:57 +0000 Subject: XML signature improvements --- nanohttp/nanohttp-server.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-server.h') diff --git a/nanohttp/nanohttp-server.h b/nanohttp/nanohttp-server.h index be48005..e85c64a 100644 --- a/nanohttp/nanohttp-server.h +++ b/nanohttp/nanohttp-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-server.h,v 1.24 2006/11/23 15:27:33 m0gg Exp $ + * $Id: nanohttp-server.h,v 1.25 2006/11/28 23:45:57 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -118,6 +118,8 @@ extern "C" extern hservice_t *httpd_get_services(void); extern hservice_t *httpd_find_service(const char *name); + extern void httpd_response_set_content_type(httpd_conn_t * res, const char *content_type); + extern herror_t httpd_send_header(httpd_conn_t * res, int code, const char *text); extern int httpd_set_header(httpd_conn_t * conn, const char *key, const char *value); -- cgit v1.1-32-gdbae