From 165c8670db9f073cec571feaec1f6998b0374060 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 28 Nov 2007 05:04:51 +0000 Subject: [PATCH] DEVEL15-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) --- src/sys/rmtsysc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sys/rmtsysc.c b/src/sys/rmtsysc.c index 50fd128..a7ad054 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 -- 1.9.4