summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/libgeom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-17 08:22:48 +0000
committerphk <phk@FreeBSD.org>2003-03-17 08:22:48 +0000
commit884a12a930bfdf3153ad6663b0ccf56a3532b264 (patch)
treef40e2c5e59e1b55f6b5b4f9b27e26a2f94803f3d /lib/libgeom/libgeom.h
parent2971bf65abd09d9806ded25cd1a831860883d026 (diff)
downloadFreeBSD-src-884a12a930bfdf3153ad6663b0ccf56a3532b264.zip
FreeBSD-src-884a12a930bfdf3153ad6663b0ccf56a3532b264.tar.gz
Constify arg to geom_lookupid().
Improve a diagnostic printf.
Diffstat (limited to 'lib/libgeom/libgeom.h')
-rw-r--r--lib/libgeom/libgeom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgeom/libgeom.h b/lib/libgeom/libgeom.h
index 130ac36..524194e 100644
--- a/lib/libgeom/libgeom.h
+++ b/lib/libgeom/libgeom.h
@@ -121,7 +121,7 @@ struct gprovider {
struct gconf config;
};
-struct gident * geom_lookupid(struct gmesh *gmp, void *id);
+struct gident * geom_lookupid(struct gmesh *gmp, const void *id);
int geom_xml2tree(struct gmesh *gmp, char *p);
int geom_gettree(struct gmesh *gmp);
void geom_deletetree(struct gmesh *gmp);
OpenPOWER on IntegriCloud