diff options
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r-- | sys/geom/geom_int.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index ecb5170..8f30098 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -70,9 +70,9 @@ struct g_event { }; /* geom_dump.c */ -struct sbuf * g_conf(void); -struct sbuf * g_conf_specific(struct g_class *mp, struct g_geom *gp, struct g_provider *pp, struct g_consumer *cp); -struct sbuf * g_confdot(void); +void g_confxml(void *); +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_confdot(void *); /* geom_event.c */ |