summaryrefslogtreecommitdiffstats
path: root/daemons/lvmetad/lvmetad-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/lvmetad/lvmetad-client.h')
-rw-r--r--daemons/lvmetad/lvmetad-client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemons/lvmetad/lvmetad-client.h b/daemons/lvmetad/lvmetad-client.h
index a5b5d094..3fda56be 100644
--- a/daemons/lvmetad/lvmetad-client.h
+++ b/daemons/lvmetad/lvmetad-client.h
@@ -30,9 +30,6 @@ typedef struct {
struct dm_config_tree *cft;
} lvmetad_vg;
-static inline daemon_handle lvmetad_open();
-static inline void lvmetad_close(daemon_handle h);
-
/* Get a list of VG UUIDs that match a given VG name. */
lvmetad_uuidlist lvmetad_lookup_vgname(daemon_handle h, const char *name);