Edit

IABSD.fr/ports/net/synergy/patches/patch-src_lib_synergy_ProtocolUtil_h

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:45:43
    Hash : 3f5796b9
    Message : drop RCS Ids

  • net/synergy/patches/patch-src_lib_synergy_ProtocolUtil_h
  • --- 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);
     };