1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

logfile name is const

This commit is contained in:
Daniel Stenberg 2005-04-30 23:35:51 +00:00
parent 23da55a9f1
commit ad30341fa2

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, ...)
{