summaryrefslogtreecommitdiff
path: root/tests/lib/cli/common_cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/cli/common_cli.h')
-rw-r--r--tests/lib/cli/common_cli.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/cli/common_cli.h b/tests/lib/cli/common_cli.h
index 8f6751512e..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())
@@ -36,7 +36,7 @@ extern void test_init (void);
extern struct thread_master *master;
extern int dump_args(struct vty *vty, const char *descr,
- int argc, const char **argv);
+ int argc, struct cmd_token *argv[]);
#define DUMMY_HELPSTR \
"00\n01\n02\n03\n04\n05\n06\n07\n08\n09\n" \