]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - logging.c
Windows PSCP now links against winsftp.c, and scp.c is now a
[PuTTY.git] / logging.c
index d526474e855936a076fec23025d83975792bf568..f32e9cae4c993c90bbad9edad4618e1928fbc73d 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -43,7 +43,7 @@ void logtraffic(void *handle, unsigned char c, int logmode)
  * platforms. Platforms which don't have a meaningful stderr can
  * just avoid defining FLAG_STDERR.
  */
-void log_eventlog(void *handle, char *event)
+void log_eventlog(void *handle, const char *event)
 {
     struct LogContext *ctx = (struct LogContext *)handle;
     if ((flags & FLAG_STDERR) && (flags & FLAG_VERBOSE)) {