summaryrefslogtreecommitdiff
path: root/tests/tests-common.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-09 10:18:51 (GMT)
committerMarius Kintel <marius@kintel.net>2013-05-09 10:18:51 (GMT)
commitf46118da22f806d05b410cced0f9b06ea00ac02c (patch)
treee42fece860be6d224744ba5401bf35e783dddd62 /tests/tests-common.h
parentf8ad66c8bbb3c78548c2e4b3b930f82d4a57b345 (diff)
parentad8ba77a15efd745fe7845e085b3daefd3f58e81 (diff)
Merge branch 'master' into issue352
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 3393884..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 FileModule *parsefile(const char *filename);
+#include <stdlib.h>
+
+class FileModule *parsefile(const char *filename, const char *fakepath = NULL);
#endif
contact: Jan Huwald // Impressum