forgot prototyle for __rpc_get_local_uid()

This commit is contained in:
alfred 2001-03-22 18:44:57 +00:00
parent 592f5975cd
commit a5a90d9b3b

View File

@ -410,6 +410,8 @@ 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);
__END_DECLS