diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-07-16 16:01:59 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-07-16 16:07:29 +0200 |
| commit | 77ec77be79010624da2ae698d2d93ffe3bcf1b51 (patch) | |
| tree | c774373784a5f4513dceda06fb193bf6cf178868 /editor.h | |
| parent | c4351c9a00a4f7d96c1058d339d5f68270c25254 (diff) | |
| download | vis-77ec77be79010624da2ae698d2d93ffe3bcf1b51.tar.gz vis-77ec77be79010624da2ae698d2d93ffe3bcf1b51.tar.xz | |
Introduce buffer holding text
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ int editor_save(Editor*, const char *file); Editor *editor_load(const char *file); char *editor_get(Editor*, size_t pos, size_t len); void editor_iterate(Editor *ed, void *, size_t pos, iterator_callback_t); +void editor_free(Editor *ed); // TMP |
