From 8f1078dc32ccf55afc8de54c288b9c328da665f7 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 1 Jun 2003 15:05:22 +0000 Subject: Add the part of the last commit which cvs appearantly didn't like the first time. --- lib/libgeom/libgeom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libgeom/libgeom.h') 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); -- cgit v1.1