SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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);
};