summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/libgeom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-22 19:31:00 +0000
committerphk <phk@FreeBSD.org>2003-04-22 19:31:00 +0000
commitaba647cbf42e6b3b15b69e7da7862d1ca33a544e (patch)
tree90f37272fe883d121756c35481364c42256c2551 /lib/libgeom/libgeom.h
parentc74c9e9b4c44ad80e3099cd176a50e5f2430bc38 (diff)
downloadFreeBSD-src-aba647cbf42e6b3b15b69e7da7862d1ca33a544e.zip
FreeBSD-src-aba647cbf42e6b3b15b69e7da7862d1ca33a544e.tar.gz
Collapse the meta arguments into normal arguments, trying to distinguish
just makes our own life harder.
Diffstat (limited to 'lib/libgeom/libgeom.h')
-rw-r--r--lib/libgeom/libgeom.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libgeom/libgeom.h b/lib/libgeom/libgeom.h
index 8b1c2e8..83082e7 100644
--- a/lib/libgeom/libgeom.h
+++ b/lib/libgeom/libgeom.h
@@ -137,8 +137,6 @@ void gctl_dump(struct gctl_req *req, FILE *f);
void gctl_free(struct gctl_req *req);
struct gctl_req *gctl_get_handle(enum gctl_request req);
const char *gctl_issue(struct gctl_req *req);
-void gctl_ro_meta(struct gctl_req *req, off_t offset, u_int len, const void* val);
-void gctl_rw_meta(struct gctl_req *req, off_t offset, u_int len, void* val);
void gctl_ro_param(struct gctl_req *req, const char *name, int len, const void* val);
void gctl_rw_param(struct gctl_req *req, const char *name, int len, void* val);
OpenPOWER on IntegriCloud