comparison tcpfwd.h @ 948:f92eb625c48d

- Don't use multichar constants since recent gcc complains - Add release script - Simplify print_version
author Matt Johnston <matt@ucc.asn.au>
date Sun, 27 Jul 2014 22:55:29 +0800
parents 5daedffd0769
children deed0571cacc
comparison
equal deleted inserted replaced
947:e4453b367db7 948:f92eb625c48d
70 70
71 /* Common */ 71 /* Common */
72 int listen_tcpfwd(struct TCPListener* tcpinfo); 72 int listen_tcpfwd(struct TCPListener* tcpinfo);
73 int tcp_prio_inithandler(struct Channel* chan); 73 int tcp_prio_inithandler(struct Channel* chan);
74 74
75 #define CHANNEL_ID_TCPFORWARDED 'tcpf' 75 /* A random identifier */
76 #define CHANNEL_ID_TCPFORWARDED 0x43612c67
76 77
77 #endif 78 #endif