summaryrefslogtreecommitdiff
path: root/libbcachefs/printbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/printbuf.h')
-rw-r--r--libbcachefs/printbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/printbuf.h b/libbcachefs/printbuf.h
index d0dd398b..1ca476ad 100644
--- a/libbcachefs/printbuf.h
+++ b/libbcachefs/printbuf.h
@@ -112,6 +112,7 @@ void bch2_printbuf_tabstop_pop(struct printbuf *);
int bch2_printbuf_tabstop_push(struct printbuf *, unsigned);
void bch2_printbuf_indent_add(struct printbuf *, unsigned);
+void bch2_printbuf_indent_add_nextline(struct printbuf *, unsigned);
void bch2_printbuf_indent_sub(struct printbuf *, unsigned);
void bch2_prt_newline(struct printbuf *);