diff options
Diffstat (limited to 'examples/dte/load-save.h')
| -rw-r--r-- | examples/dte/load-save.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/dte/load-save.h b/examples/dte/load-save.h deleted file mode 100644 index e8c0a46..0000000 --- a/examples/dte/load-save.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef LOAD_SAVE_H -#define LOAD_SAVE_H - -#include <stdbool.h> -#include "buffer.h" -#include "encoding.h" -#include "options.h" -#include "util/macros.h" - -bool load_buffer(Buffer *buffer, const char *filename, const GlobalOptions *gopts, bool must_exist) WARN_UNUSED_RESULT; -bool save_buffer(Buffer *buffer, const char *filename, const Encoding *encoding, bool crlf, bool write_bom, bool hardlinks) WARN_UNUSED_RESULT; -bool read_blocks(Buffer *buffer, int fd, bool utf8_bom) WARN_UNUSED_RESULT; - -#endif |
