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