1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6int os_get_usernames(garray_T *users);
7int os_get_user_name(char *s, size_t len);
8int os_get_uname(uv_uid_t uid, char *s, size_t len);
9char *os_get_user_directory(const char *name);
10#include "nvim/func_attr.h"
11