diff options
Diffstat (limited to 'source3/aparser/templates/harness_start.tpl')
-rw-r--r-- | source3/aparser/templates/harness_start.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/aparser/templates/harness_start.tpl b/source3/aparser/templates/harness_start.tpl index e6cf18a163..beba6fc12d 100644 --- a/source3/aparser/templates/harness_start.tpl +++ b/source3/aparser/templates/harness_start.tpl @@ -1,8 +1,7 @@ -#include "prs_@MODULE@.h" #include "prs_@MODULE@.c" -static BOOL run_test(char *test, prs_struct *ps) +static BOOL run_test(char *test, io_struct *ps, int flags) { BOOL ret; -
\ No newline at end of file + |