1 2 3 4 5 6 7
#ifndef NEOVIM_OS_SERVER_DEFS_H #define NEOVIM_OS_SERVER_DEFS_H typedef struct server Server; #endif // NEOVIM_OS_SERVER_DEFS_H