X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=log.h;h=ce731ab9b2ab0be8d676697b991ff1582bd0fd62;hb=4856c49f1b63753ce86ad759ee649a1117628a8e;hp=7e51fcbe134fc8cd684d93702fe1a4e256529c30;hpb=95ffb595e77280a7ce9e2412ce746565fb760020;p=cubemap diff --git a/log.h b/log.h index 7e51fcb..ce731ab 100644 --- a/log.h +++ b/log.h @@ -20,5 +20,6 @@ void start_logging(); void shut_down_logging(); void log(LogLevel log_level, const char *fmt, ...); +void log_perror(const char *msg); #endif // !defined(_LOG_H)