From 4a749a765f6f5a3998d9721e9be5ec3bc52d8a7b Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Jan 2016 12:13:33 -0500 Subject: argv.h: main(): fix signatures. --- include/sofort/sofort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index abf80e2..639266a 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -72,7 +72,7 @@ struct sfrt_unit_ctx { }; /* driver api */ -sfrt_api int sfrt_get_driver_ctx (const char ** argv, const char ** envp, uint32_t flags, struct sfrt_driver_ctx **); +sfrt_api int sfrt_get_driver_ctx (char ** argv, char ** envp, uint32_t flags, struct sfrt_driver_ctx **); sfrt_api int sfrt_create_driver_ctx (const struct sfrt_common_ctx *, struct sfrt_driver_ctx **); sfrt_api void sfrt_free_driver_ctx (struct sfrt_driver_ctx *); -- cgit v1.2.3