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

list rendering

This commit is contained in:
tg(x) 2011-04-26 17:23:06 +02:00
parent 1a0b28003d
commit a252040c62
5 changed files with 198 additions and 39 deletions

View file

@ -31,6 +31,11 @@ typedef enum
*/
psycRenderRC psyc_render(psycPacket *packet, char *buffer, size_t buflen);
/**
* Render a PSYC list into a buffer.
*/
inline psycRenderRC psyc_renderList(psycList *list, char *buffer, size_t buflen);
/*
typedef enum
{