From 30911b1730a1a69241beaca7d1ed71212d4f7b3f Mon Sep 17 00:00:00 2001 From: snowdrop Date: Mon, 30 Aug 2004 15:26:48 +0000 Subject: migration win32 socket code --- nanohttp/nanohttp-client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-client.h') diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h index fcb84ea..9c5cd64 100644 --- a/nanohttp/nanohttp-client.h +++ b/nanohttp/nanohttp-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-client.h,v 1.5 2004/01/13 12:31:57 snowdrop Exp $ + * $Id: nanohttp-client.h,v 1.6 2004/08/30 15:26:53 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -50,7 +50,8 @@ typedef void (*httpc_response_callback)(int, httpc_conn_t*, void*,int,char*); */ typedef void (*httpc_response_start_callback)(httpc_conn_t*, void*, hpair_t*, const char*, int, const char*); - + +int httpc_init(int argc, char *argv[]); httpc_conn_t* httpc_new(); void httpc_free(httpc_conn_t* conn); -- cgit v1.1-32-gdbae