1
0
Fork 0
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:
Marenz 2011-04-17 13:59:07 +02:00
parent b6ef420efa
commit fc829ecbb3
4 changed files with 55 additions and 43 deletions

View file

@ -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;