From acb0d0eb1311adf035876a450699b9dff004c5eb Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 12 Feb 2012 02:32:40 +1000 Subject: Make sendBack and Forth varargs. --- LuaSL/src/LuaSL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LuaSL/src/LuaSL.h') 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 void loggingStartup(gameGlobals *game); char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); -void sendBack(gameGlobals *game, Ecore_Con_Client *client, const char *SID, const char *message); -void sendForth(gameGlobals *game, const char *SID, const char *message); +void sendBack(gameGlobals *game, Ecore_Con_Client *client, const char *SID, const char *message, ...); +void sendForth(gameGlobals *game, const char *SID, const char *message, ...); float timeDiff(struct timeval *now, struct timeval *then); #include "LuaSL_LSL_tree.h" -- cgit v1.1