diff options
Diffstat (limited to 'lib/libgeom/libgeom.h')
-rw-r--r-- | lib/libgeom/libgeom.h | 2 |
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); |