aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-12 02:32:40 +1000
committerDavid Walter Seikel2012-02-12 02:32:40 +1000
commitacb0d0eb1311adf035876a450699b9dff004c5eb (patch)
treed037da7777d2525f2e4702f22a2f3bbd0abf105e /LuaSL/src/LuaSL.h
parentLittle clean ups. (diff)
downloadSledjHamr-acb0d0eb1311adf035876a450699b9dff004c5eb.zip
SledjHamr-acb0d0eb1311adf035876a450699b9dff004c5eb.tar.gz
SledjHamr-acb0d0eb1311adf035876a450699b9dff004c5eb.tar.bz2
SledjHamr-acb0d0eb1311adf035876a450699b9dff004c5eb.tar.xz
Make sendBack and Forth varargs.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 723f00d..9f55e2a 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -64,8 +64,8 @@ typedef struct
64 64
65void loggingStartup(gameGlobals *game); 65void loggingStartup(gameGlobals *game);
66char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); 66char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut);
67void sendBack(gameGlobals *game, Ecore_Con_Client *client, const char *SID, const char *message); 67void sendBack(gameGlobals *game, Ecore_Con_Client *client, const char *SID, const char *message, ...);
68void sendForth(gameGlobals *game, const char *SID, const char *message); 68void sendForth(gameGlobals *game, const char *SID, const char *message, ...);
69float timeDiff(struct timeval *now, struct timeval *then); 69float timeDiff(struct timeval *now, struct timeval *then);
70 70
71#include "LuaSL_LSL_tree.h" 71#include "LuaSL_LSL_tree.h"