master - cleanup: add missing prototype
Zdenek Kabelac <[email protected]> Thu, 21 Jan 2016 12:29:54 +0000 (UTC)
| Newsgroups | dev.linux.lists.lvm-devel |
|---|---|
| Message-ID | <[email protected]> |
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=22810155a65e1f2984e04a7f3984eec01d07b7b9 Commit: 22810155a65e1f2984e04a7f3984eec01d07b7b9 Parent: 347575df1d801425b1f1f8ed7106ffe74ce6c8c7 Author: Zdenek Kabelac <[email protected]> AuthorDate: Thu Jan 21 13:25:56 2016 +0100 Committer: Zdenek Kabelac <[email protected]> CommitterDate: Thu Jan 21 13:29:08 2016 +0100 cleanup: add missing prototype Commit 2304286f68debd4755b44fa8b779b762142bfada missed to add function prototype. --- lib/activate/activate.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/activate/activate.h b/lib/activate/activate.h index 22f3cd2..74afb95 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);