logfile name is const

This commit is contained in:
Daniel Stenberg 2005-04-30 23:35:51 +00:00
parent 23da55a9f1
commit ad30341fa2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ int ourerrno(void)
}
/* someone else must set this properly */
extern char *serverlogfile;
extern const char *serverlogfile;
void logmsg(const char *msg, ...)
{