summaryrefslogtreecommitdiff
path: root/lib/format_text/format-text.h
diff options
context:
space:
mode:
authorBryn M. Reeves <breeves@redhat.com>2007-06-08 22:38:48 +0000
committerBryn M. Reeves <breeves@redhat.com>2007-06-08 22:38:48 +0000
commit944cac939cac7d0b90dffd064cc69cbaebaed1ca (patch)
tree54ccd52a7f249ea8191a8025ae03397a8b1e7683 /lib/format_text/format-text.h
parentc221b0bc2197f8b5233c53698d760a8eb755344d (diff)
downloadlvm2-944cac939cac7d0b90dffd064cc69cbaebaed1ca.tar.gz
Allow vgcfgrestore to list metadata backup files using -f
Diffstat (limited to 'lib/format_text/format-text.h')
-rw-r--r--lib/format_text/format-text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/format_text/format-text.h b/lib/format_text/format-text.h
index c38b88e45..2a690454e 100644
--- a/lib/format_text/format-text.h
+++ b/lib/format_text/format-text.h
@@ -33,6 +33,7 @@ int archive_vg(struct volume_group *vg,
* Displays a list of vg backups in a particular archive directory.
*/
int archive_list(struct cmd_context *cmd, const char *dir, const char *vgname);
+int archive_list_file(struct cmd_context *cmd, const char *file);
int backup_list(struct cmd_context *cmd, const char *dir, const char *vgname);
/*