diff options
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r-- | sys/geom/geom_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index 22f42e2..d5af866 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -57,6 +57,7 @@ extern int g_debugflags; /* geom_dump.c */ void g_confxml(void *, int flag); void g_conf_specific(struct sbuf *sb, struct g_class *mp, struct g_geom *gp, struct g_provider *pp, struct g_consumer *cp); +void g_conf_printf_escaped(struct sbuf *sb, const char *fmt, ...); void g_confdot(void *, int flag); void g_conftxt(void *, int flag); |