summaryrefslogtreecommitdiff
path: root/src/fileio_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio_func.h')
-rw-r--r--src/fileio_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio_func.h b/src/fileio_func.h
index d86696358..19bf12550 100644
--- a/src/fileio_func.h
+++ b/src/fileio_func.h
@@ -73,8 +73,8 @@ public:
/** Destruct the proper one... */
virtual ~FileScanner() {}
- uint Scan(const char *extension, Subdirectory sd, bool tars = true);
- uint Scan(const char *extension, const char *directory);
+ uint Scan(const char *extension, Subdirectory sd, bool tars = true, bool recursive = true);
+ uint Scan(const char *extension, const char *directory, bool recursive = true);
/**
* Add a file with the given filename.