diff options
author | alfred <alfred@FreeBSD.org> | 2002-02-05 23:43:43 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-02-05 23:43:43 +0000 |
commit | 568956257500195a80a63ba67f283e98c05c43c1 (patch) | |
tree | ca23ccb17e63c2c0a7eeb6827d3211f8f37a1089 /include/rpc/rpc_com.h | |
parent | fbd5ea601d57ce0f9ffdf4197a2613cb7cbc8fe2 (diff) | |
download | FreeBSD-src-568956257500195a80a63ba67f283e98c05c43c1.zip FreeBSD-src-568956257500195a80a63ba67f283e98c05c43c1.tar.gz |
Fix cc -Wall, fix rcsid warnings, add missing prototypes,
change prototypes to be the same as in the original sun tirpc code.
Remove ()P macro in a file where the mayority had ()P already removed.
Add them if the mayority use ()P macros.
Submitted by: mbr
Requested by: bde
Diffstat (limited to 'include/rpc/rpc_com.h')
-rw-r--r-- | include/rpc/rpc_com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpc/rpc_com.h b/include/rpc/rpc_com.h index 8add5d4..f47db23 100644 --- a/include/rpc/rpc_com.h +++ b/include/rpc/rpc_com.h @@ -59,6 +59,7 @@ __BEGIN_DECLS extern u_int __rpc_get_a_size __P((int)); extern int __rpc_dtbsize __P((void)); +extern int _rpc_dtablesize __P((void)); extern struct netconfig * __rpcgettp __P((int)); extern int __rpc_get_default_domain __P((char **)); |