summaryrefslogtreecommitdiff
path: root/tests/lib/cli/common_cli.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-11 07:00:00 -0500
committerGitHub <noreply@github.com>2017-02-11 07:00:00 -0500
commit757abe78d84cba04c058f43b60d07dca554302c2 (patch)
tree49bf0f89b9eb968c89f6e6654d973fbebb7cf848 /tests/lib/cli/common_cli.h
parentbb867fc5a7847452a9d7b16143d3fb798acdc38a (diff)
parentcd2726408a423e8b977f5906cc2aaee86c3d8327 (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.h2
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())