summaryrefslogtreecommitdiffstats
path: root/src/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/color.h b/src/color.h
index 1b0cadb..5b350cc 100644
--- a/src/color.h
+++ b/src/color.h
@@ -115,6 +115,7 @@ int cfprintf(CFILE *cfile, const char *format, ...);
/**
* cfprintf() variant that takes a va_list.
*/
+BFS_FORMATTER(2, 0)
int cvfprintf(CFILE *cfile, const char *format, va_list args);
#endif // BFS_COLOR_H