From: Derrick Brashear Date: Wed, 28 Nov 2007 05:03:03 +0000 (+0000) Subject: getpag-prototype-20071127 X-Git-Tag: BP-openafs-windows-kdfs-ifs~334 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=031369cd322d5dae4d1e8284c104e69a903c7995;p=packages%2Fo%2Fopenafs.git getpag-prototype-20071127 forward declare this function ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== returns void, but, whatever --- diff --git a/src/sys/rmtsysc.c b/src/sys/rmtsysc.c index 50fd128b1..a7ad05433 100644 --- a/src/sys/rmtsysc.c +++ b/src/sys/rmtsysc.c @@ -44,6 +44,8 @@ static afs_int32 hostAddr = 0; static int hostAddrLookup = 0; char *afs_server = 0, server_name[128]; static afs_int32 SetClientCreds(); +int afs_get_pag_from_groups(afs_uint32 g0, afs_uint32 g1); +void afs_get_groups_from_pag(afs_uint32 pag, afs_uint32 * g0p, afs_uint32 * g1p); /* Picks up the name of the remote afs client host where the rmtsys * daemon resides. Since the clients may be diskless and/or readonly