From: Christophe CURIS <[email protected]>
Signed-off-by: Christophe CURIS <[email protected]>
---
WINGs/error.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/WINGs/error.c b/WINGs/error.c
index e94c428..d61621f 100644
--- a/WINGs/error.c
+++ b/WINGs/error.c
@@ -36,7 +36,7 @@
static Bool syslog_initialized = False;
-static void syslog_open(char *prog_name)
+static void syslog_open(const char *prog_name)
{
int options;
@@ -48,7 +48,7 @@ static void syslog_open(char *prog_name)
syslog_initialized = True;
}
-static void syslog_message(int prio, char *prog_name, char *msg)
+static void syslog_message(int prio, const char *prog_name, const char *msg)
{
if (!syslog_initialized)
syslog_open(prog_name);
--
1.8.5.3
--
To unsubscribe, send mail to [email protected].