summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/libgeom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-01 15:05:22 +0000
committerphk <phk@FreeBSD.org>2003-06-01 15:05:22 +0000
commit8f1078dc32ccf55afc8de54c288b9c328da665f7 (patch)
treee64d094399df04a1c4af6c32eb0deee682b1628a /lib/libgeom/libgeom.h
parent069191fcbf030ae2966ebec47a4080756e9cd7f2 (diff)
downloadFreeBSD-src-8f1078dc32ccf55afc8de54c288b9c328da665f7.zip
FreeBSD-src-8f1078dc32ccf55afc8de54c288b9c328da665f7.tar.gz
Add the part of the last commit which cvs appearantly didn't like
the first time.
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 83082e7..581d477 100644
--- a/lib/libgeom/libgeom.h
+++ b/lib/libgeom/libgeom.h
@@ -135,7 +135,7 @@ struct gctl_req;
void gctl_dump(struct gctl_req *req, FILE *f);
#endif
void gctl_free(struct gctl_req *req);
-struct gctl_req *gctl_get_handle(enum gctl_request req);
+struct gctl_req *gctl_get_handle(void);
const char *gctl_issue(struct gctl_req *req);
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