diff -r 5b0aeef8ba2a -r 5608ac657362 project_files/frontlib/ipc/ipcprotocol.h --- a/project_files/frontlib/ipc/ipcprotocol.h Thu Jun 21 21:32:12 2012 +0200 +++ b/project_files/frontlib/ipc/ipcprotocol.h Mon Jun 25 00:42:07 2012 +0200 @@ -39,6 +39,14 @@ int flib_ipc_append_seed(flib_vector *vec, const char *seed); /** + * Append a script message to the buffer. + * + * Returns nonzero if something goes wrong. In that case the buffer + * contents are unaffected. + */ +int flib_ipc_append_script(flib_vector *vec, const char *script); + +/** * Append the game scheme to the buffer. * * Returns nonzero if something goes wrong. In that case the buffer