diff options
Diffstat (limited to 'mactelnet.h')
-rw-r--r-- | mactelnet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mactelnet.h b/mactelnet.h index c29df3e..017b572 100644 --- a/mactelnet.h +++ b/mactelnet.h @@ -78,4 +78,8 @@ extern int parseControlPacket(unsigned char *data, const int data_len, struct mt /* Control packet magic header */ extern unsigned char mt_mactelnet_cpmagic[4]; extern unsigned char mt_mactelnet_clienttype[2]; + +/* Must be defined by application */ +extern unsigned char mt_direction_fromserver; + #endif |