diff options
Diffstat (limited to 'nanohttp/nanohttp-common.h')
-rw-r--r-- | nanohttp/nanohttp-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h index ebde99c..365fdf3 100644 --- a/nanohttp/nanohttp-common.h +++ b/nanohttp/nanohttp-common.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-common.h,v 1.6 2004/01/21 12:28:20 snowdrop Exp $ + * $Id: nanohttp-common.h,v 1.7 2004/08/26 17:07:47 rans Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -110,7 +110,7 @@ typedef struct hresponse int errcode; char *desc; hpair_t *header; - unsigned char *body; + char *body; long bodysize; }hresponse_t; |