summaryrefslogtreecommitdiff
path: root/tests/tests-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests-common.h')
-rw-r--r--tests/tests-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tests-common.h b/tests/tests-common.h
index 0047562..e16bcda 100644
--- a/tests/tests-common.h
+++ b/tests/tests-common.h
@@ -1,6 +1,8 @@
#ifndef TESTS_COMMON_H_
#define TESTS_COMMON_H_
-class Module *parsefile(const char *filename);
+#include <stdlib.h>
+
+class FileModule *parsefile(const char *filename, const char *fakepath = NULL);
#endif
contact: Jan Huwald // Impressum