From 8fda9a9ea3493a32983935daf634e05e4cc81355 Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 26 Jan 2011 15:29:29 +0000 Subject: - remove arbitrary limit of size on the send buffer --- Ivycpp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Ivycpp.h') diff --git a/Ivycpp.h b/Ivycpp.h index c78f19e..55a429d 100644 --- a/Ivycpp.h +++ b/Ivycpp.h @@ -24,6 +24,7 @@ namespace IvyC #include #include + #include } #include "IvyCallback.h" @@ -49,7 +50,7 @@ public: __attribute__((format(printf,2,3))); static void UnbindMsg( int id ); - static int SendMsg(const char * message, ... ) + static int SendMsg(const char *fmt, ... ) __attribute__((format(printf,1,2))) ; static void SendDirectMsg( IvyApplication *app, int id, const char *message); -- cgit v1.1