summaryrefslogtreecommitdiff
path: root/tools/archive.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-01-10 14:27:47 +0000
committerJoe Thornber <thornber@redhat.com>2002-01-10 14:27:47 +0000
commit88cc3edf2e3d1f0efe3495fecd95f00d98c47d32 (patch)
tree5386bcba44620e2db800c353a2fb16fa4b6ad6d8 /tools/archive.h
parent9b6934ba33a84cbf303cb3de15f16aa1ec89a9c2 (diff)
downloadlvm2-88cc3edf2e3d1f0efe3495fecd95f00d98c47d32.tar.gz
o vgcfgrestore.
Diffstat (limited to 'tools/archive.h')
-rw-r--r--tools/archive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/archive.h b/tools/archive.h
index 505d045ac..61b05c7c0 100644
--- a/tools/archive.h
+++ b/tools/archive.h
@@ -39,4 +39,7 @@ void backup_enable(int flag);
int backup(struct volume_group *vg);
int backup_remove(const char *vg_name);
+int backup_restore_from_file(const char *vg_name, const char *file);
+int backup_restore(const char *vg_name);
+
#endif