Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/svr-tcpfwd.c Fri Jan 01 09:46:09 2016 +0100 +++ b/svr-tcpfwd.c Fri Jan 01 16:30:31 2016 +0100 @@ -46,8 +46,8 @@ /* */ #endif /* !ENABLE_SVR_REMOTETCPFWD */ -static int svr_cancelremotetcp(); -static int svr_remotetcpreq(); +static int svr_cancelremotetcp(void); +static int svr_remotetcpreq(void); static int newtcpdirect(struct Channel * channel); #ifdef ENABLE_SVR_REMOTETCPFWD