project_files/frontlib/ipc/gameconn.h
changeset 7320 e704706008d4
parent 7316 f7b49b2c5d84
child 7482 d70a5b0d1190
--- a/project_files/frontlib/ipc/gameconn.h	Thu Jul 05 22:22:48 2012 +0200
+++ b/project_files/frontlib/ipc/gameconn.h	Tue Jul 10 19:33:57 2012 +0200
@@ -81,7 +81,7 @@
  * Called when the game ends
  * handleGameRecorded(void *context, const uint8_t *record, int size, bool isSavegame)
  */
-void flib_gameconn_onGameRecorded(flib_gameconn *conn, void (*callback)(void *context, const uint8_t *record, int size, bool isSavegame), void* context);
+void flib_gameconn_onGameRecorded(flib_gameconn *conn, void (*callback)(void *context, const uint8_t *record, size_t size, bool isSavegame), void* context);
 
 /**
  * Called when the game ends