From a9788eed709a6060b7e99b99832197a3c2e93496 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 11 Dec 2015 10:11:17 -0500 Subject: pe_get_unit_ctx: fix function signature (const driver context). --- src/driver/pe_unit_ctx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/driver') diff --git a/src/driver/pe_unit_ctx.c b/src/driver/pe_unit_ctx.c index 77b74bc..e542681 100644 --- a/src/driver/pe_unit_ctx.c +++ b/src/driver/pe_unit_ctx.c @@ -19,9 +19,9 @@ static int pe_free_unit_ctx_impl(struct pe_unit_ctx_impl * ctx, int status) } int pe_get_unit_ctx( - struct pe_driver_ctx * dctx, - const char * path, - struct pe_unit_ctx ** pctx) + const struct pe_driver_ctx * dctx, + const char * path, + struct pe_unit_ctx ** pctx) { struct pe_unit_ctx_impl * ctx; int prot; -- cgit v1.2.3