diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-22 16:16:38 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-23 10:39:04 +0100 |
| commit | 58001e979af57701e36c58e0b36ea5f79246b012 (patch) | |
| tree | 7a4935bfba45aa1350bd4a26b4bb53e8218bd72e /text.h | |
| parent | 25f5a92cd32d62b3c8496af9083e8222c858efaf (diff) | |
| download | vis-58001e979af57701e36c58e0b36ea5f79246b012.tar.gz vis-58001e979af57701e36c58e0b36ea5f79246b012.tar.xz | |
text: make text_vprintf static, it is only used within text.c
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ Text *text_load(const char *filename); struct stat text_stat(Text*); bool text_appendf(Text*, const char *format, ...); bool text_printf(Text*, size_t pos, const char *format, ...); -bool text_vprintf(Text*, size_t pos, const char *format, va_list ap); /* inserts a line ending character (depending on file type) */ size_t text_insert_newline(Text*, size_t pos); /* insert `len' bytes starting from `data' at `pos' which has to be |
