aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/wstream_defs.h
blob: a7565c9bc731ac61f5a5114cd268eb1b68f2beff (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef NVIM_OS_WSTREAM_DEFS_H
#define NVIM_OS_WSTREAM_DEFS_H

typedef struct wbuffer WBuffer;
typedef struct wstream WStream;

#endif  // NVIM_OS_WSTREAM_DEFS_H