]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add a prototype of afs_GetRealCellByIndex to fix Irix build.
authorGarry Zacheiss <zacheiss@mit.edu>
Thu, 1 Aug 2002 04:35:11 +0000 (04:35 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Thu, 1 Aug 2002 04:35:11 +0000 (04:35 +0000)
(cherry picked from commit fb6d2422f3b0b9ee756def4d91f11983fd767ad0)

src/afs/afs_prototypes.h

index bd100abd8f7d79df8669e2d9eca832b5513ece3c..8c7fb39c49bbece39fb5f02b6278390d61a8fae0 100644 (file)
@@ -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,