Add support for relaying unix sockets
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#include <stddef.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <rfb/unixRelayLimits.h>
|
||||
|
||||
// Only from C++
|
||||
#ifdef __cplusplus
|
||||
namespace rfb { class StringParameter; };
|
||||
@@ -106,6 +108,9 @@ void vncRefreshScreenLayout(int scrIdx);
|
||||
|
||||
int vncOverrideParam(const char *nameAndValue);
|
||||
|
||||
extern int unixrelays[MAX_UNIX_RELAYS];
|
||||
extern char unixrelaynames[MAX_UNIX_RELAYS][MAX_UNIX_RELAY_NAME_LEN];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user