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