remove-prototypes-20021203
authorJim Rees <rees@umich.edu>
Tue, 3 Dec 2002 17:44:14 +0000 (17:44 +0000)
committerJim Rees <rees@umich.edu>
Tue, 3 Dec 2002 17:44:14 +0000 (17:44 +0000)
Remove prototypes from viced_prototypes.h.

src/viced/afsfileprocs.c
src/viced/viced_prototypes.h

index bb54ce3..221dde4 100644 (file)
@@ -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 <afs/xfsattrs.h>
 static int GetLinkCount(Volume *avp, struct stat *astat)
index a1858d4..c444754 100644 (file)
@@ -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 */
-                 );