diff options
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); |