diff options
author | rans | 2004-08-31 16:34:08 +0000 |
---|---|---|
committer | rans | 2004-08-31 16:34:08 +0000 |
commit | 75018531e6aedb37c7c76c7fd2ff16eec0cc9dee (patch) | |
tree | c7db1c5653762d159a1f3c7f204054b8c43f7b6c /nanohttp/nanohttp-client.h | |
parent | 4668ba453949b9fc24a105db9dfef35472f3a7d8 (diff) | |
download | csoap-75018531e6aedb37c7c76c7fd2ff16eec0cc9dee.tar.gz csoap-75018531e6aedb37c7c76c7fd2ff16eec0cc9dee.tar.bz2 |
Reaper added and rearranged code
Diffstat (limited to 'nanohttp/nanohttp-client.h')
-rw-r--r-- | nanohttp/nanohttp-client.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h index 9c5cd64..f937f00 100644 --- a/nanohttp/nanohttp-client.h +++ b/nanohttp/nanohttp-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-client.h,v 1.6 2004/08/30 15:26:53 snowdrop Exp $ + * $Id: nanohttp-client.h,v 1.7 2004/08/31 16:34:08 rans Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -90,18 +90,3 @@ int httpc_post_finish_cb(httpc_conn_t *conn, #endif - - - - - - - - - - - - - - - |