From 4ceccecec9cd86ebe8f2fb534e514fd4db0e7f7d Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Thu, 30 Aug 2012 13:02:47 +0200 Subject: [PATCH] Moved safeunlink prototype to disk.h --- src/disk.h | 1 + src/protos.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/disk.h b/src/disk.h index d5130735a4..dca9db41dc 100644 --- a/src/disk.h +++ b/src/disk.h @@ -53,5 +53,6 @@ extern void file_write(int, off_t, void const *, int len, DWCB *, void *, FREE * extern void file_write_mbuf(int fd, off_t, MemBuf mb, DWCB * handler, void *handler_data); extern void file_read(int, char *, int, off_t, DRCB *, void *); extern void disk_init(void); +extern void safeunlink(const char *path, int quiet); #endif /* SQUID_DISK_H_ */ diff --git a/src/protos.h b/src/protos.h index 64c305a341..31dadc62ec 100644 --- a/src/protos.h +++ b/src/protos.h @@ -88,8 +88,6 @@ extern void reconfigure(int); class store_client; -SQUIDCEXTERN void safeunlink(const char *path, int quiet); - #include "fatal.h" extern void death(int sig); extern void sigusr2_handle(int sig); -- 2.47.3