diff options
Diffstat (limited to 'usr.sbin/ypserv/common/yplib_host.h')
-rw-r--r-- | usr.sbin/ypserv/common/yplib_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/common/yplib_host.h b/usr.sbin/ypserv/common/yplib_host.h index 54d8d66a9bc..c8d74e71862 100644 --- a/usr.sbin/ypserv/common/yplib_host.h +++ b/usr.sbin/ypserv/common/yplib_host.h @@ -53,7 +53,7 @@ int yp_maplist_host __P((CLIENT *client, char *indomain, struct ypmaplist **outmaplist)); CLIENT *yp_bind_local __P((u_long program, u_long version)); CLIENT *yp_bind_host __P((char *server, u_long program, u_long version, - u_short port)); + u_short port, int usetcp)); #endif /* _YPLIB_HOST_H_ */ |