summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-client.h
diff options
context:
space:
mode:
authorGravatar snowdrop2004-10-20 14:17:36 +0000
committerGravatar snowdrop2004-10-20 14:17:36 +0000
commitebde083c541b5d202014c41450a3519f4d08e3c9 (patch)
tree29657c5212ad3b2badbbeea2ac56920d857ad68f /nanohttp/nanohttp-client.h
parent69bc2627a1cd365583190f7da0cbb0d8ee40b3bd (diff)
downloadcsoap-ebde083c541b5d202014c41450a3519f4d08e3c9.tar.gz
csoap-ebde083c541b5d202014c41450a3519f4d08e3c9.tar.bz2
optimized for visualc 6
Diffstat (limited to 'nanohttp/nanohttp-client.h')
-rw-r--r--nanohttp/nanohttp-client.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h
index ec4a837..6b54a03 100644
--- a/nanohttp/nanohttp-client.h
+++ b/nanohttp/nanohttp-client.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-client.h,v 1.10 2004/10/15 15:10:37 snowdrop Exp $
+ * $Id: nanohttp-client.h,v 1.11 2004/10/20 14:17:41 snowdrop Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -47,6 +47,7 @@ typedef struct httpc_conn
char errmsg[150];
http_output_stream_t *out;
int id; /* uniq id */
+ int block;
}httpc_conn_t;
@@ -140,8 +141,8 @@ hresponse_t *httpc_mime_end(httpc_conn_t *conn);
Send boundary and part header and continue
with next part
*/
-int
-httpc_mime_send_file (httpc_conn_t * conn,
+
+int httpc_mime_send_file (httpc_conn_t * conn,
const char *content_id,
const char *content_type,
const char *transfer_encoding,