diff options
Diffstat (limited to 'tests/lib/cli/common_cli.h')
| -rw-r--r-- | tests/lib/cli/common_cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/common_cli.h b/tests/lib/cli/common_cli.h index 9c72b08e44..9e7fe99830 100644 --- a/tests/lib/cli/common_cli.h +++ b/tests/lib/cli/common_cli.h @@ -28,7 +28,7 @@ #include "command.h" /* function to be implemented by test */ -extern void test_init (void); +extern void test_init (int argc, char **argv); /* functions provided by common cli * (includes main()) |
