diff --git a/lib/base/log.c b/lib/base/log.c index 7b500babc..144e6ee27 100644 --- a/lib/base/log.c +++ b/lib/base/log.c @@ -237,7 +237,7 @@ struct file_data { #define O_CLOEXEC 0 #endif -static void +static void HEIM_CALLCONV log_file(heim_context context, const char *timestr, const char *msg, void *data) { struct timeval tv;