1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

more PSYC_Packet fields; s/Var/Modifier/

This commit is contained in:
tg(x) 2011-04-22 23:16:50 +02:00
parent 29f6e6c432
commit f6448c8fe7
4 changed files with 22 additions and 7 deletions

View file

@ -39,7 +39,7 @@ typedef struct
*/
inline void PSYC_initRenderState (PSYC_RenderState* state);
int PSYC_renderVar(PSYC_RenderState* render,
int PSYC_renderModifier(PSYC_RenderState* render,
const char* name, size_t nlength,
const char* value, size_t vlength,
PSYC_RenderFlag flags, char oper);