comparison svr-tcpfwd.c @ 1276:9169e4e7cbee

fix empty C prototypes
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 16:30:31 +0100
parents 52a456a3add0
children 750ec4ec4cbe c8114a48837c
comparison
equal deleted inserted replaced
1275:d49bda490798 1276:9169e4e7cbee
44 } 44 }
45 45
46 /* */ 46 /* */
47 #endif /* !ENABLE_SVR_REMOTETCPFWD */ 47 #endif /* !ENABLE_SVR_REMOTETCPFWD */
48 48
49 static int svr_cancelremotetcp(); 49 static int svr_cancelremotetcp(void);
50 static int svr_remotetcpreq(); 50 static int svr_remotetcpreq(void);
51 static int newtcpdirect(struct Channel * channel); 51 static int newtcpdirect(struct Channel * channel);
52 52
53 #ifdef ENABLE_SVR_REMOTETCPFWD 53 #ifdef ENABLE_SVR_REMOTETCPFWD
54 static const struct ChanType svr_chan_tcpremote = { 54 static const struct ChanType svr_chan_tcpremote = {
55 1, /* sepfds */ 55 1, /* sepfds */