mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
channels: generalize jobclose()
This commit is contained in:
@@ -16,6 +16,15 @@ typedef enum {
|
||||
kChannelStreamInternal
|
||||
} ChannelStreamType;
|
||||
|
||||
typedef enum {
|
||||
kChannelPartStdin,
|
||||
kChannelPartStdout,
|
||||
kChannelPartStderr,
|
||||
kChannelPartRpc,
|
||||
kChannelPartAll
|
||||
} ChannelPart;
|
||||
|
||||
|
||||
typedef struct {
|
||||
Stream in;
|
||||
Stream out;
|
||||
|
Reference in New Issue
Block a user