project_files/frontlib/ipc/ipcprotocol.h
changeset 7271 5608ac657362
parent 7230 240620f46dd7
child 7314 6171f0bad318
--- 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