=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- src/usr.bin/ssh/misc.h 2017/10/23 05:08:00 1.65 +++ src/usr.bin/ssh/misc.h 2017/10/25 00:15:35 1.66 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.65 2017/10/23 05:08:00 djm Exp $ */ +/* $OpenBSD: misc.h,v 1.66 2017/10/25 00:15:35 djm Exp $ */ /* * Author: Tatu Ylonen @@ -48,6 +48,8 @@ int set_nonblock(int); int unset_nonblock(int); void set_nodelay(int); +int set_reuseaddr(int); +int set_rdomain(int, const char *); int a2port(const char *); int a2tun(const char *, int *); char *put_host_port(const char *, u_short);