aboutsummaryrefslogtreecommitdiff
path: root/test/common/odp_cunit_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/odp_cunit_common.h')
-rw-r--r--test/common/odp_cunit_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/odp_cunit_common.h b/test/common/odp_cunit_common.h
index 77822ee60..63e95d5fb 100644
--- a/test/common/odp_cunit_common.h
+++ b/test/common/odp_cunit_common.h
@@ -66,7 +66,7 @@ typedef struct {
} test_shared_data_t;
/* parse parameters that affect the behaviour of odp_cunit_common */
-int odp_cunit_parse_options(int argc, char *argv[]);
+int odp_cunit_parse_options(int *argc, char *argv[]);
/* register suites to be run via odp_cunit_run() */
int odp_cunit_register(odp_suiteinfo_t testsuites[]);
/* update tests previously registered via odp_cunit_register() */