summaryrefslogtreecommitdiffstats
path: root/libdaemon/dlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdaemon/dlog.h')
-rw-r--r--libdaemon/dlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdaemon/dlog.h b/libdaemon/dlog.h
index 8e42c86..a09bf41 100644
--- a/libdaemon/dlog.h
+++ b/libdaemon/dlog.h
@@ -48,7 +48,7 @@ extern enum daemon_log_flags daemon_log_use;
/** Specifies the syslog identification, use daemon_ident_from_argv0()
* to set this to a sensible value or generate your own. */
-extern char* daemon_log_ident;
+extern const char* daemon_log_ident;
#ifdef __GNUC__
/** A macro for making use of GCCs printf compilation warnings */