aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-sysvinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc-sysvinit.h')
-rw-r--r--src/rc/rc-sysvinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-sysvinit.h b/src/rc/rc-sysvinit.h
index 754a8266..e11322f4 100644
--- a/src/rc/rc-sysvinit.h
+++ b/src/rc/rc-sysvinit.h
@@ -67,6 +67,6 @@ struct init_request {
};
void sysvinit_runlevel(char rl);
-void sysvinit_setenv(char *name, char *value);
+void sysvinit_setenv(const char *name, const char *value);
#endif