X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=log.h;h=ce731ab9b2ab0be8d676697b991ff1582bd0fd62;hb=aba5d97d7a95e2b1d21d62e27c11c0c6dd02be02;hp=7e51fcbe134fc8cd684d93702fe1a4e256529c30;hpb=d1ad2cf60ca694f742e2061a596bc27c7e58f5c8;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)