diff options
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r-- | sys/geom/geom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index d00deb3..7f6bf5a 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -336,7 +336,8 @@ extern struct sx topology_lock; #endif /* _KERNEL */ /* geom_ctl.c */ -void gctl_set_param(struct gctl_req *req, const char *param, void const *ptr, int len); +int gctl_set_param(struct gctl_req *req, const char *param, void const *ptr, int len); +void gctl_set_param_err(struct gctl_req *req, const char *param, void const *ptr, int len); void *gctl_get_param(struct gctl_req *req, const char *param, int *len); char const *gctl_get_asciiparam(struct gctl_req *req, const char *param); void *gctl_get_paraml(struct gctl_req *req, const char *param, int len); |