]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minor arguments mismatch in file_write declaration found by Andrey Shorin.
authorhno <>
Sun, 29 Jul 2001 04:43:24 +0000 (04:43 +0000)
committerhno <>
Sun, 29 Jul 2001 04:43:24 +0000 (04:43 +0000)
src/disk.cc

index 9ddf0821a3b5e8fd1af6991ff8e7ee2d7d32f667..d71919f12003a6df0e3b6ac070b913be592903d0 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: disk.cc,v 1.155 2001/04/14 00:03:22 hno Exp $
+ * $Id: disk.cc,v 1.156 2001/07/28 22:43:24 hno Exp $
  *
  * DEBUG: section 6     Disk I/O Routines
  * AUTHOR: Harvest Derived
@@ -295,7 +295,7 @@ file_write(int fd,
     off_t file_offset,
     void *ptr_to_buf,
     int len,
-    DWCB handle,
+    DWCB *handle,
     void *handle_data,
     FREE * free_func)
 {