--- src/lib/synergy/ProtocolUtil.h.orig	Tue Dec  2 10:03:19 2014
+++ src/lib/synergy/ProtocolUtil.h	Mon Dec 22 16:20:12 2014
@@ -52,6 +52,7 @@ class ProtocolUtil { (public)
 	*/
 	static void			writef(synergy::IStream*,
 							const char* fmt, ...);
+	static void			writef(void*, const char* fmt, va_list);
 
 	//! Read formatted data
 	/*!
@@ -79,7 +80,6 @@ class ProtocolUtil { (public)
 							const char* fmt, va_list);
 
 	static UInt32		getLength(const char* fmt, va_list);
-	static void			writef(void*, const char* fmt, va_list);
 	static UInt32		eatLength(const char** fmt);
 	static void			read(synergy::IStream*, void*, UInt32);
 };
