From: Derrick Brashear Date: Wed, 28 Nov 2007 05:08:11 +0000 (+0000) Subject: STABLE14-getpag-prototype-20071127 X-Git-Tag: openafs-stable-1_4_7pre1~147 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ec425e60d4b1ddd191624b881becfc4cb78849f9;p=packages%2Fo%2Fopenafs.git STABLE14-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 (cherry picked from commit 031369cd322d5dae4d1e8284c104e69a903c7995) --- 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