From 15b392f1e21d3dae8f83da401199959e9f0b0db6 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 2 Nov 2004 22:42:51 +0000 Subject: develop --- nanohttp/nanohttp-client.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-client.h') diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h index b03c0a0..3e3f9c6 100644 --- a/nanohttp/nanohttp-client.h +++ b/nanohttp/nanohttp-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-client.h,v 1.12 2004/10/28 10:30:46 snowdrop Exp $ + * $Id: nanohttp-client.h,v 1.13 2004/11/02 22:42:52 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -60,6 +60,11 @@ typedef struct httpc_conn */ herror_t httpc_init(int argc, char *argv[]); +/** + Destroy the httpc_* module +*/ +void httpc_destroy(); + /** Creates a new connection */ -- cgit v1.1-32-gdbae