From fb6d2422f3b0b9ee756def4d91f11983fd767ad0 Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Thu, 1 Aug 2002 04:33:12 +0000 Subject: [PATCH] Add a prototype of afs_GetRealCellByIndex to fix Irix build. --- src/afs/afs_prototypes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index bd100abd8f..8c7fb39c49 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -17,6 +17,11 @@ extern int afs_Analyze(struct conn *aconn, afs_int32 acode, struct VenusFid *afi register struct vrequest *areq, int op, afs_int32 locktype, struct cell *cellp); +/* afs_cell.c */ +extern struct cell *afs_GetRealCellByIndex(register afs_int32 cellindex, + afs_int32 locktype, + afs_int32 refresh); + /* afs_conn.c */ extern struct conn *afs_ConnBySA(struct srvAddr *sap, unsigned short aport, afs_int32 acell, struct unixuser *tu,