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