Files
neovim/src/nvim/tempfile.h
Pavel Platto 286ce271e7 Extract tempfile module from fileio
Though this module is relatively small it has very clear boundaries.
The last argument for extracting `tempfile` was the errors which I got
when I was writing unittests for it: `cimport './src/nvim/fileio.h'`
does not work for some reason.
2014-07-14 21:14:40 +02:00

9 lines
157 B
C

#ifndef NVIM_TEMPFILE_H
#define NVIM_TEMPFILE_H
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "tempfile.h.generated.h"
#endif
#endif // NVIM_TEMPFILE_H