mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
Add a prototype of afs_GetRealCellByIndex to fix Irix build.
This commit is contained in:
parent
49e0c6409a
commit
fb6d2422f3
@ -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,
|
register struct vrequest *areq, int op, afs_int32 locktype,
|
||||||
struct cell *cellp);
|
struct cell *cellp);
|
||||||
|
|
||||||
|
/* afs_cell.c */
|
||||||
|
extern struct cell *afs_GetRealCellByIndex(register afs_int32 cellindex,
|
||||||
|
afs_int32 locktype,
|
||||||
|
afs_int32 refresh);
|
||||||
|
|
||||||
/* afs_conn.c */
|
/* afs_conn.c */
|
||||||
extern struct conn *afs_ConnBySA(struct srvAddr *sap, unsigned short aport,
|
extern struct conn *afs_ConnBySA(struct srvAddr *sap, unsigned short aport,
|
||||||
afs_int32 acell, struct unixuser *tu,
|
afs_int32 acell, struct unixuser *tu,
|
||||||
|
Loading…
Reference in New Issue
Block a user