summaryrefslogtreecommitdiff
path: root/libxo/xo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxo/xo.h')
-rw-r--r--libxo/xo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libxo/xo.h b/libxo/xo.h
index 8404c6cb93ae..6a61a16c7cae 100644
--- a/libxo/xo.h
+++ b/libxo/xo.h
@@ -389,6 +389,15 @@ xo_error_h (xo_handle_t *xop, const char *fmt, ...);
void
xo_error (const char *fmt, ...);
+void
+xo_errorn_hv (xo_handle_t *xop, int need_newline, const char *fmt, va_list vap);
+
+void
+xo_errorn_h (xo_handle_t *xop, const char *fmt, ...);
+
+void
+xo_errorn (const char *fmt, ...);
+
xo_ssize_t
xo_flush_h (xo_handle_t *xop);