fix-includes-20021202
[openafs.git] / src / viced / viced_prototypes.h
1 extern int sendBufSize;
2 struct client;
3
4 extern afs_int32
5 FetchData_RXStyle(Volume *volptr, 
6                   Vnode *targetptr, 
7                   register struct rx_call *Call,
8                   afs_int32 Pos,
9                   afs_int32 Len,
10                   afs_int32 Int64Mode,
11 #if FS_STATS_DETAILED
12                   afs_int32 *a_bytesToFetchP,
13                   afs_int32 *a_bytesFetchedP
14 #endif /* FS_STATS_DETAILED */
15                   );
16
17 extern afs_int32
18 StoreData_RXStyle(Volume *volptr,
19                   Vnode *targetptr,
20                   struct AFSFid *Fid,
21                   struct client *client,
22                   register struct rx_call *Call,
23                   afs_uint32 Pos,
24                   afs_uint32 Length,
25                   afs_uint32 FileLength,
26                   int sync,
27 #if FS_STATS_DETAILED
28                   afs_int32 *a_bytesToStoreP,
29                   afs_int32 *a_bytesStoredP
30 #endif /* FS_STATS_DETAILED */
31                   );