aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-07-16 16:01:59 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-07-16 16:07:29 +0200
commit77ec77be79010624da2ae698d2d93ffe3bcf1b51 (patch)
treec774373784a5f4513dceda06fb193bf6cf178868 /editor.h
parentc4351c9a00a4f7d96c1058d339d5f68270c25254 (diff)
downloadvis-77ec77be79010624da2ae698d2d93ffe3bcf1b51.tar.gz
vis-77ec77be79010624da2ae698d2d93ffe3bcf1b51.tar.xz
Introduce buffer holding text
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.h b/editor.h
index b612629..8b1ef13 100644
--- a/editor.h
+++ b/editor.h
@@ -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