1 2 3 4 5 6
#ifndef NEOVIM_OS_JOB_DEFS_H #define NEOVIM_OS_JOB_DEFS_H typedef struct _Job Job; #endif // NEOVIM_OS_JOB_DEFS_H