/*
- * $Id: disk.cc,v 1.38 1996/11/06 08:14:33 wessels Exp $
+ * $Id: disk.cc,v 1.39 1996/11/06 08:17:31 wessels Exp $
*
* DEBUG: section 6 Disk I/O Routines
* AUTHOR: Harvest Derived
debug_trap("file_close: bad file number");
return DISK_ERROR;
}
-
/* we might have to flush all the write back queue before we can
* close it */
/* save it for later */
/*
- * $Id: squid.h,v 1.69 1996/11/05 20:43:56 wessels Exp $
+ * $Id: squid.h,v 1.70 1996/11/06 08:17:33 wessels Exp $
*
* AUTHOR: Duane Wessels
*
extern void storeDirClean _PARAMS((void));
int
passStart _PARAMS((int fd,
- const char *url,
- request_t * request,
- char *buf,
- int buflen,
- int *size_ptr));
+ const char *url,
+ request_t * request,
+ char *buf,
+ int buflen,
+ int *size_ptr));
extern const char *const dash_str;
extern const char *const null_string;
/*
- * $Id: store.cc,v 1.150 1996/11/06 08:14:50 wessels Exp $
+ * $Id: store.cc,v 1.151 1996/11/06 08:17:33 wessels Exp $
*
* DEBUG: section 20 Storeage Manager
* AUTHOR: Harvest Derived
storeCloseLog(void)
{
if (swaplog_fd >= 0)
- file_close(swaplog_fd);
+ file_close(swaplog_fd);
if (storelog_fd >= 0)
- file_close(storelog_fd);
+ file_close(storelog_fd);
}
void