Neovim Home
src
nvim
event
rstream.h
Go to the documentation of this file.
1
#ifndef NVIM_EVENT_RSTREAM_H
2
#define NVIM_EVENT_RSTREAM_H
3
4
#include <stdbool.h>
5
#include <stddef.h>
6
#include <uv.h>
7
8
#include "
nvim/event/loop.h
"
9
#include "
nvim/event/stream.h
"
10
11
12
#ifdef INCLUDE_GENERATED_DECLARATIONS
13
# include "event/rstream.h.generated.h"
14
#endif
15
#endif // NVIM_EVENT_RSTREAM_H
stream.h
loop.h