From bb66c6098b0d20799a1ede5614b655f5f583af14 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Tue, 3 Dec 2002 17:44:14 +0000 Subject: [PATCH] remove-prototypes-20021203 Remove prototypes from viced_prototypes.h. --- src/viced/afsfileprocs.c | 29 +++++++++++++++++++++++++++++ src/viced/viced_prototypes.h | 30 ------------------------------ 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index bb54ce3..221dde4 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -195,6 +195,35 @@ extern int CEs, CEBlocks; extern int HTs, HTBlocks; +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 */ + ); + +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 */ + ); + #ifdef AFS_SGI_XFS_IOPS_ENV #include static int GetLinkCount(Volume *avp, struct stat *astat) 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 */ - ); -- 1.9.4