1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6static void focusgained_event(void **argv);
7static void do_autocmd_focusgained(_Bool gained);
8#include "nvim/func_attr.h"
9