diff src/log.c @ 73:c874bd3c4bb8 noffle

[svn] Adjust consting
author bears
date Sat, 13 May 2000 16:35:17 +0100
parents 125d79c9e586
children fed1334d766b
line wrap: on
line diff
--- a/src/log.c	Sat May 13 16:34:15 2000 +0100
+++ b/src/log.c	Sat May 13 16:35:17 2000 +0100
@@ -1,7 +1,7 @@
 /*
   log.c
 
-  $Id: log.c 60 2000-05-09 22:28:38Z uh1763 $
+  $Id: log.c 79 2000-05-13 15:35:17Z bears $
 */
 
 #if HAVE_CONFIG_H
@@ -22,7 +22,7 @@
 } log = { FALSE };
 
 void
-Log_init( Str name, Bool interactive, int facility )
+Log_init( const char *name, Bool interactive, int facility )
 {
     int option = LOG_PID | LOG_CONS;