diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2010-10-19 21:23:13 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2010-10-19 21:23:13 -0700 |
commit | 1e8b5ea2cd2415e8c9ca2c5cb36d3d76071f8f76 (patch) | |
tree | 7a84e9c31f653ef75e648f403d6e1b8e1a658d9c /common/trans.h | |
parent | bb7898419fea4648d7038ff78037df24a271b491 (diff) | |
download | xrdp-proprietary-1e8b5ea2cd2415e8c9ca2c5cb36d3d76071f8f76.tar.gz xrdp-proprietary-1e8b5ea2cd2415e8c9ca2c5cb36d3d76071f8f76.zip |
bind to specific address
Diffstat (limited to 'common/trans.h')
-rw-r--r-- | common/trans.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/trans.h b/common/trans.h index 3aa1df54..bb0f42c0 100644 --- a/common/trans.h +++ b/common/trans.h @@ -79,6 +79,8 @@ int APP_CC trans_connect(struct trans* self, const char* server, const char* port, int timeout); int APP_CC +trans_listen_address(struct trans* self, char* port, const char* address); +int APP_CC trans_listen(struct trans* self, char* port); struct stream* APP_CC trans_get_in_s(struct trans* self); |