summaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileutils.h')
-rw-r--r--fileutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileutils.h b/fileutils.h
index 663c81e..071da66 100644
--- a/fileutils.h
+++ b/fileutils.h
@@ -26,7 +26,7 @@
#include <fcntl.h>
unsigned long filesize(FILE * f_iso);
-void copy(FILE * s, FILE * d, long size);
+void copy(FILE * s, FILE * d, long size = -1);
#if defined __linux__ || defined __CYGWIN32__
#define MKDIR(name) mkdir(name, 0777)