summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-01-21 13:25:56 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2016-01-21 13:29:08 +0100
commit22810155a65e1f2984e04a7f3984eec01d07b7b9 (patch)
tree35f1336a0a6e4e9fb7a11c989fd3f50d36e6befb
parent347575df1d801425b1f1f8ed7106ffe74ce6c8c7 (diff)
downloadlvm2-22810155a65e1f2984e04a7f3984eec01d07b7b9.tar.gz
cleanup: add missing prototype
Commit 2304286f68debd4755b44fa8b779b762142bfada missed to add function prototype.
-rw-r--r--lib/activate/activate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/activate/activate.h b/lib/activate/activate.h
index 22f3cd2d7..74afb9525 100644
--- a/lib/activate/activate.h
+++ b/lib/activate/activate.h
@@ -189,6 +189,7 @@ int lvs_in_vg_opened(const struct volume_group *vg);
int lv_is_active(const struct logical_volume *lv);
int lv_is_active_locally(const struct logical_volume *lv);
+int lv_is_active_remotely(const struct logical_volume *lv);
int lv_is_active_but_not_locally(const struct logical_volume *lv);
int lv_is_active_exclusive(const struct logical_volume *lv);
int lv_is_active_exclusive_locally(const struct logical_volume *lv);