diff 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
line wrap: on
line diff
--- a/tcpfwd.h	Sun Jul 27 22:25:18 2014 +0800
+++ b/tcpfwd.h	Sun Jul 27 22:55:29 2014 +0800
@@ -72,6 +72,7 @@
 int listen_tcpfwd(struct TCPListener* tcpinfo);
 int tcp_prio_inithandler(struct Channel* chan);
 
-#define CHANNEL_ID_TCPFORWARDED 'tcpf'
+/* A random identifier */
+#define CHANNEL_ID_TCPFORWARDED 0x43612c67
 
 #endif