diff options
author | Pixel <Pixel> | 2002-05-23 14:07:46 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-05-23 14:07:46 +0000 |
commit | bdbd7e1296b98081794e0b185a0b8b677c811359 (patch) | |
tree | 18b17064b2b5026d3272ac573b6728fed418c476 /fileutils.h | |
parent | 983358288de02d3bbf09a007f67d6f7d01bc2eff (diff) |
Again FILE * removing... this is boring!
Diffstat (limited to 'fileutils.h')
-rw-r--r-- | fileutils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fileutils.h b/fileutils.h index 071da66..a552477 100644 --- a/fileutils.h +++ b/fileutils.h @@ -25,6 +25,9 @@ #include <sys/types.h> #include <fcntl.h> +unsigned long filesize(int f_iso); +void copy(int s, int d, long size = -1); + unsigned long filesize(FILE * f_iso); void copy(FILE * s, FILE * d, long size = -1); |