diff options
Diffstat (limited to 'Xtrans.h')
-rw-r--r-- | Xtrans.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -311,6 +311,10 @@ int TRANS(NoListen) ( const char* /* protocol*/ ); +int TRANS(Listen) ( + const char* /* protocol*/ +); + int TRANS(IsListening) ( const char* /* protocol*/ ); |