1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6vim_acl_T mch_get_acl(const char_u *fname);
7void mch_set_acl(const char_u *fname, vim_acl_T aclent);
8void mch_free_acl(vim_acl_T aclent);
9void mch_exit(int r) FUNC_ATTR_NORETURN;
10int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags) FUNC_ATTR_NONNULL_ARG(3) FUNC_ATTR_NONNULL_ARG(4);
11#include "nvim/func_attr.h"
12