From 13aa9b129841e87e1d552b4be13270b887f0ab0a Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Jan 2016 16:24:48 -0500 Subject: argv.h: main(): fix signatures. --- include/mdso/mdso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index dc599b2..6dea3dc 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -75,7 +75,7 @@ struct mdso_unit_ctx { }; /* driver api */ -mdso_api int mdso_get_driver_ctx (const char ** argv, const char ** envp, uint32_t flags, struct mdso_driver_ctx **); +mdso_api int mdso_get_driver_ctx (char ** argv, char ** envp, uint32_t flags, struct mdso_driver_ctx **); mdso_api int mdso_create_driver_ctx (const struct mdso_common_ctx *, struct mdso_driver_ctx **); mdso_api void mdso_free_driver_ctx (struct mdso_driver_ctx *); -- cgit v1.2.3