1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6_Bool server_init(const char *listen_addr);
7void server_teardown(void);
8char *server_address_new(void);
9_Bool server_owns_pipe_address(const char *path);
10int server_start(const char *endpoint);
11_Bool server_stop(char *endpoint);
12char **server_address_list(size_t *size) FUNC_ATTR_NONNULL_ALL;
13#include "nvim/func_attr.h"
14