From 65985c4e6527c82a75367d9c5418b009dfbc6379 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 26 Nov 2006 20:13:05 +0000 Subject: soap.udp transport added (alpha) --- nanohttp/nanohttp-response.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nanohttp/nanohttp-response.h') diff --git a/nanohttp/nanohttp-response.h b/nanohttp/nanohttp-response.h index edc48fc..88f9c4f 100755 --- a/nanohttp/nanohttp-response.h +++ b/nanohttp/nanohttp-response.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-response.h,v 1.10 2006/11/25 15:06:58 m0gg Exp $ + * $Id: nanohttp-response.h,v 1.11 2006/11/26 20:13:06 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -24,7 +24,7 @@ #ifndef __nanohttp_response_h #define __nanohttp_response_h -/** +/** @file * * Response Header Fields * @@ -176,9 +176,10 @@ extern "C" { #ifdef __NHTTP_INTERNAL extern herror_t hresponse_new_from_socket(struct hsocket_t *sock, hresponse_t **out); -extern void hresponse_free(hresponse_t * res); #endif +extern void hresponse_free(hresponse_t * res); + #ifdef __cplusplus } #endif -- cgit v1.1-32-gdbae