diff options
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); |
