summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_slice.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-23 19:03:03 +0000
committerphk <phk@FreeBSD.org>2002-04-23 19:03:03 +0000
commit07bfe3bc1638a319aa01b5901d7fedd49d9400a3 (patch)
tree23f4b856066b5f0ba09bbacea1be10fa532c9565 /sys/geom/geom_slice.h
parent6a45f19d900c22a97eb40dfe73ba95fe0a22fe6e (diff)
downloadFreeBSD-src-07bfe3bc1638a319aa01b5901d7fedd49d9400a3.zip
FreeBSD-src-07bfe3bc1638a319aa01b5901d7fedd49d9400a3.tar.gz
All in a days work: make a function static.
Diffstat (limited to 'sys/geom/geom_slice.h')
-rw-r--r--sys/geom/geom_slice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_slice.h b/sys/geom/geom_slice.h
index acc20ee..261adf5 100644
--- a/sys/geom/geom_slice.h
+++ b/sys/geom/geom_slice.h
@@ -52,7 +52,6 @@ struct g_slicer {
g_slice_start_t *start;
};
-struct g_slicer * g_slice_init(unsigned nslice, unsigned scsize);
g_dumpconf_t g_slice_dumpconf;
struct g_provider * g_slice_addslice(struct g_geom *gp, int index, off_t offset, off_t length, char *fmt, ...);
struct g_geom * g_slice_new(struct g_class *mp, int slices, struct g_provider *pp, struct g_consumer **cpp, void *extrap, int extra, g_slice_start_t *start);
OpenPOWER on IntegriCloud