diff options
author | jsorg71 <jsorg71> | 2009-09-05 03:29:43 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-09-05 03:29:43 +0000 |
commit | 2a7c40dad83d2a1a90c795ba3f58edf672d25fe3 (patch) | |
tree | fc8a0534bd869ccba95a6e111c9d6f2c2b799ed6 /common/os_calls.h | |
parent | 8a8b57153d165c48a3d6eed4e944dc37a8841cde (diff) | |
download | xrdp-proprietary-2a7c40dad83d2a1a90c795ba3f58edf672d25fe3.tar.gz xrdp-proprietary-2a7c40dad83d2a1a90c795ba3f58edf672d25fe3.zip |
add unix socket to trans
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 4c727f66..4296f172 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -64,6 +64,8 @@ g_tcp_close(int sck); int APP_CC g_tcp_connect(int sck, const char* address, const char* port); int APP_CC +g_tcp_local_connect(int sck, const char* port); +int APP_CC g_tcp_force_send(int sck, char* data, int len); int APP_CC g_tcp_force_recv(int sck, char* data, int len); |