aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-22 16:16:38 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-23 10:39:04 +0100
commit58001e979af57701e36c58e0b36ea5f79246b012 (patch)
tree7a4935bfba45aa1350bd4a26b4bb53e8218bd72e /text.h
parent25f5a92cd32d62b3c8496af9083e8222c858efaf (diff)
downloadvis-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/text.h b/text.h
index b8ec0e1..8f41f08 100644
--- a/text.h
+++ b/text.h
@@ -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