summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-client.h
diff options
context:
space:
mode:
authorGravatar snowdrop2004-11-02 22:42:51 +0000
committerGravatar snowdrop2004-11-02 22:42:51 +0000
commit15b392f1e21d3dae8f83da401199959e9f0b0db6 (patch)
treed2639fa08b29671c69f86c8d332a0b0f03fd2a71 /nanohttp/nanohttp-client.h
parent4fdb30f90c2d991a20335407f559cc0b0e946ddb (diff)
downloadcsoap-15b392f1e21d3dae8f83da401199959e9f0b0db6.tar.gz
csoap-15b392f1e21d3dae8f83da401199959e9f0b0db6.tar.bz2
develop
Diffstat (limited to 'nanohttp/nanohttp-client.h')
-rw-r--r--nanohttp/nanohttp-client.h7
1 files changed, 6 insertions, 1 deletions
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
@@ -61,6 +61,11 @@ typedef struct httpc_conn
herror_t httpc_init(int argc, char *argv[]);
/**
+ Destroy the httpc_* module
+*/
+void httpc_destroy();
+
+/**
Creates a new connection
*/
httpc_conn_t* httpc_new();