mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
ready for testing now.
This commit is contained in:
parent
b6ef420efa
commit
fc829ecbb3
4 changed files with 55 additions and 43 deletions
|
@ -30,7 +30,7 @@ typedef struct
|
|||
PSYC_Array buffer;
|
||||
uint8_t flags;
|
||||
|
||||
char inHeader;
|
||||
char inBody;
|
||||
unsigned int length;
|
||||
unsigned int contentLength;
|
||||
} PSYC_State;
|
||||
|
@ -59,8 +59,6 @@ inline void PSYC_nextBuffer (PSYC_State* state, PSYC_Array newBuf)
|
|||
state->buffer = newBuf;
|
||||
}
|
||||
|
||||
|
||||
|
||||
inline unsigned int PSYC_getBodyLength (PSYC_State* state)
|
||||
{
|
||||
return state->length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue