mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
render: -inline
This commit is contained in:
parent
5bbcda7da0
commit
f3804c4b3f
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ 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);
|
||||
psycRenderRC psyc_renderList(psycList *list, char *buffer, size_t buflen);
|
||||
|
||||
#endif // PSYC_RENDER_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue