summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-01-10 12:54:33 -0500
committermidipix <writeonce@midipix.org>2016-11-10 23:35:36 -0500
commit7d4640f3f18eef2bd1306fc8f5e39480f9086b51 (patch)
tree449b267666973e969c7b2f89ac5636857fca3c28 /src/driver
parent92345cf034853e07a56c356484adbdf10503c27d (diff)
downloadperk-7d4640f3f18eef2bd1306fc8f5e39480f9086b51.tar.bz2
perk-7d4640f3f18eef2bd1306fc8f5e39480f9086b51.tar.xz
argv.h: main(): fix signatures.
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/pe_driver_ctx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c
index ff92c1d..c3345de 100644
--- a/src/driver/pe_driver_ctx.c
+++ b/src/driver/pe_driver_ctx.c
@@ -99,8 +99,8 @@ static int pe_get_driver_ctx_fail(struct argv_meta * meta)
}
int pe_get_driver_ctx(
- const char ** argv,
- const char ** envp,
+ char ** argv,
+ char ** envp,
uint32_t flags,
struct pe_driver_ctx ** pctx)
{