X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=log.h;h=a39dea61893194e7a45740e653dc1e57a39181de;hb=f9e5b5ee74e8282199eda9318865ffdc7645a384;hp=aeabca9c7533d180887f89a152399b56aee3b810;hpb=5768cc2b5dd6460065f779d248139f6c679c0d27;p=fio.git diff --git a/log.h b/log.h index aeabca9c..a39dea61 100644 --- a/log.h +++ b/log.h @@ -13,7 +13,7 @@ extern size_t log_err(const char *format, ...) __attribute__ ((__format__ (__pri extern size_t log_info(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2))); extern size_t __log_buf(struct buf_output *, const char *format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); extern size_t log_valist(const char *str, va_list); -extern size_t log_local_buf(const char *buf, size_t); +extern size_t log_info_buf(const char *buf, size_t len); extern int log_info_flush(void); #define log_buf(buf, format, args...) \