1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6static _Bool log_try_create(char *fname);
7static _Bool log_path_init(void);
8static _Bool do_log_to_file(FILE *log_file, int log_level, const char *context, const char *func_name, int line_num, _Bool eol, const char *fmt, ...) FUNC_ATTR_PRINTF(7, 8);
9static _Bool v_do_log_to_file(FILE *log_file, int log_level, const char *context, const char *func_name, int line_num, _Bool eol, const char *fmt, va_list args);
10#include "nvim/func_attr.h"
11