Move arguments in prototype out of application namespace.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Dag-Erling Smørgrav 2002-02-05 06:31:58 +00:00
parent 509853bbfd
commit 576da32600
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90232

View File

@ -420,7 +420,7 @@ extern SVCXPRT *svc_raw_create __P((void));
*/
int svc_dg_enablecache __P((SVCXPRT *, const u_int));
int __rpc_get_local_uid(SVCXPRT *transp, uid_t *uid);
int __rpc_get_local_uid(SVCXPRT *_transp, uid_t *_uid);
__END_DECLS