From 98f36517251b5bccdb80d90d698c173c18ee4a29 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Aug 2003 00:26:05 +0000 Subject: implemented merging an patch making git-svn-id: file:///home/lennart/svn/public/syrep/trunk@9 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index dbdb165..2460ab9 100644 --- a/src/util.h +++ b/src/util.h @@ -2,12 +2,16 @@ #define fooutilhfoo #include +#include void statistics(DB *db); char* normalize_path(char *s); void rotdash(void); const char* get_attached_filename(const char *path, const char *fn); int isdirectory(const char *path); +int copy_fd(int sfd, int dfd, uint32_t l); +int copy_file(const char *src, const char *dst); +int copy_or_link_file(const char *src, const char *dst); #ifndef MIN #define MIN(a,b) ((a)<(b)?(a):(b)) -- cgit