From 58001e979af57701e36c58e0b36ea5f79246b012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 22 Dec 2016 16:16:38 +0100 Subject: text: make text_vprintf static, it is only used within text.c --- text.h | 1 - 1 file changed, 1 deletion(-) (limited to 'text.h') 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 -- cgit v1.2.3