blob: 059b2a5ce88f7ab4d029fb542c6018074c73b3c8 (
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
|