summaryrefslogtreecommitdiffhomepage
path: root/src/sofort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sofort.c')
-rw-r--r--src/sofort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sofort.c b/src/sofort.c
index b12ddfd..52d9c27 100644
--- a/src/sofort.c
+++ b/src/sofort.c
@@ -36,7 +36,7 @@ static int sofort_exit(struct sfrt_driver_ctx * dctx, int nerrors)
return nerrors ? 2 : 0;
}
-int sofort_main(int argc, const char ** argv, const char ** envp)
+int sofort_main(int argc, char ** argv, char ** envp)
{
int ret;
struct sfrt_driver_ctx * dctx;
@@ -67,7 +67,7 @@ int sofort_main(int argc, const char ** argv, const char ** envp)
#ifndef SOFORT_IN_A_BOX
-int main(int argc, const char ** argv, const char ** envp)
+int main(int argc, char ** argv, char ** envp)
{
return sofort_main(argc,argv,envp);
}