mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 08:24:56 -05:00
15 lines
524 B
C++
15 lines
524 B
C++
#ifndef NG_WRITE_H_N8L9UVMF
|
|
#define NG_WRITE_H_N8L9UVMF
|
|
|
|
#include <buffer/buffer.h>
|
|
#include <selection/selection.h>
|
|
#include <command/parser.h>
|
|
|
|
namespace ng
|
|
{
|
|
PUBLIC text::range_t write_unit_to_fd (buffer_t const& buffer, range_t const& ranges, size_t tabSize, int fd, input::type unit, input::type fallbackUnit, input_format::type format, scope::selector_t const& scopeSelector, std::map<std::string, std::string>& variables, bool* inputWasSelection);
|
|
|
|
} /* ng */
|
|
|
|
#endif /* end of include guard: NG_WRITE_H_N8L9UVMF */
|