X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fviced%2Fviced_prototypes.h;h=c444754786f78f4795f2bcf21a887c30584bf058;hp=a1858d4e48f17960faa1ca1240fcede73eb1c1d6;hb=bb66c6098b0d20799a1ede5614b655f5f583af14;hpb=484d4b8588f99a849e717c4fabddefd145c55eb9 diff --git a/src/viced/viced_prototypes.h b/src/viced/viced_prototypes.h index a1858d4..c444754 100644 --- a/src/viced/viced_prototypes.h +++ b/src/viced/viced_prototypes.h @@ -1,31 +1 @@ extern int sendBufSize; -struct client; - -extern afs_int32 -FetchData_RXStyle(Volume *volptr, - Vnode *targetptr, - register struct rx_call *Call, - afs_int32 Pos, - afs_int32 Len, - afs_int32 Int64Mode, -#if FS_STATS_DETAILED - afs_int32 *a_bytesToFetchP, - afs_int32 *a_bytesFetchedP -#endif /* FS_STATS_DETAILED */ - ); - -extern afs_int32 -StoreData_RXStyle(Volume *volptr, - Vnode *targetptr, - struct AFSFid *Fid, - struct client *client, - register struct rx_call *Call, - afs_uint32 Pos, - afs_uint32 Length, - afs_uint32 FileLength, - int sync, -#if FS_STATS_DETAILED - afs_int32 *a_bytesToStoreP, - afs_int32 *a_bytesStoredP -#endif /* FS_STATS_DETAILED */ - );