aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-12 13:48:28 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-12 13:48:28 +0200
commit50813b0e99321ba5c60ea4bc8c16d19519801446 (patch)
tree3bbcdfaedca6a9d529f02e90bebbda5bc893bdc6 /text.h
parent6df6386c3af1420d9b0d676d5b9da660ab6f99d4 (diff)
downloadvis-50813b0e99321ba5c60ea4bc8c16d19519801446.tar.gz
vis-50813b0e99321ba5c60ea4bc8c16d19519801446.tar.xz
Rename text_filename to text_filename_get
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.h b/text.h
index 2cec7b1..b3fd997 100644
--- a/text.h
+++ b/text.h
@@ -28,7 +28,7 @@ typedef struct {
Text *text_load(const char *file);
/* the filename from which this text was loaded or first saved to */
-const char *text_filename(Text*);
+const char *text_filename_get(Text*);
bool text_insert(Text*, size_t pos, const char *data);
bool text_insert_raw(Text*, size_t pos, const char *data, size_t len);
bool text_delete(Text*, size_t pos, size_t len);