SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
net/synergy/patches/patch-src_lib_synergy_ProtocolUtil_h
Normal file
18
net/synergy/patches/patch-src_lib_synergy_ProtocolUtil_h
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- 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);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue