summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-28 22:43:54 +0000
committerphk <phk@FreeBSD.org>2002-10-28 22:43:54 +0000
commit36b357552e8bf68a082895a618ce8fc14d7b21a8 (patch)
tree8613cc57c380af3393265fdf5313b0a510ee0433 /sys/geom/geom_int.h
parentbddb286f465cd924b05f4d045c8154af4cd9238f (diff)
downloadFreeBSD-src-36b357552e8bf68a082895a618ce8fc14d7b21a8.zip
FreeBSD-src-36b357552e8bf68a082895a618ce8fc14d7b21a8.tar.gz
Add the remaning part of the new libdisk interaction.
WARNING: This is not a published interface, it is a stopgap measure for WARNING: libdisk so we can get 5.0-R out of the door. Sponsored by: DARPA & NAI Labs
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index 8f30098..3224a2d 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -73,6 +73,7 @@ struct g_event {
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 *);
+void g_conftxt(void *);
/* geom_event.c */
OpenPOWER on IntegriCloud