diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-12 09:44:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-12 09:44:27 +0000 |
commit | c2fd88cb8f9503b93728e2d8675ce2fecd240eb6 (patch) | |
tree | 7d764bc9f40c1749fdad675afd14c086db63c421 /include/rpc/rpc.h | |
parent | 0baf5307bdd4a330ad577e67d46ba6c3a9d40d52 (diff) |
proto _rpc_dtablesize()
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 631eaead11a..52efff1ddc7 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc.h,v 1.7 1998/12/20 23:43:18 millert Exp $ */ +/* $OpenBSD: rpc.h,v 1.8 2000/10/12 09:44:26 deraadt Exp $ */ /* $NetBSD: rpc.h,v 1.5 1994/12/04 01:15:30 cgd Exp $ */ /* @@ -100,6 +100,9 @@ extern int callrpc __P((char *, int, int, int, xdrproc_t, char *, extern int getrpcport __P((char *, int, int, int)); extern bool_t xdr_opaque_auth __P((XDR *, struct opaque_auth *)); + +extern int _rpc_dtablesize __P((void)); + __END_DECLS #endif /* !_RPC_RPC_H */ |