blob: 713d1e77e69fd580280051fa0bea2b7d282ed713 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef NVIM_OS_RSTREAM_H
#define NVIM_OS_RSTREAM_H
#include <stdbool.h>
#include <stdint.h>
#include <uv.h>
#include "nvim/os/event_defs.h"
#include "nvim/os/rstream_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/rstream.h.generated.h"
#endif
#endif // NVIM_OS_RSTREAM_H
|