diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-11 07:00:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-11 07:00:00 -0500 |
| commit | 757abe78d84cba04c058f43b60d07dca554302c2 (patch) | |
| tree | 49bf0f89b9eb968c89f6e6654d973fbebb7cf848 /tests/lib/cli/common_cli.h | |
| parent | bb867fc5a7847452a9d7b16143d3fb798acdc38a (diff) | |
| parent | cd2726408a423e8b977f5906cc2aaee86c3d8327 (diff) | |
Merge pull request #195 from opensourcerouting/cli_merge
CLI: independent merge step
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()) |
