libuv/samples/socks5-proxy
Ben Noordhuis 7b9f379923 samples: update timer callback prototype
The socks5 proxy sample application was still using the old prototype
where timer callbacks take a second 'status' parameter but that was
removed in commit db2a9072 ("unix, windows: removed unused status
parameter") from March 2014.

PR-URL: https://github.com/libuv/libuv/pull/1250
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2017-03-15 19:18:10 +01:00
..
.gitignore
build.gyp
client.c samples: update timer callback prototype 2017-03-15 19:18:10 +01:00
defs.h
getopt.c
LICENSE
main.c
Makefile
s5.c
s5.h
server.c
util.c