]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/installer/hw.h
installer: Make restoring the backup interactive
[ipfire-2.x.git] / src / installer / hw.h
index c5285d543edd97a7dc6f55f10e2bf500089c721f..41ff093ad23b38661523edcc56d2d01d7c17c2b9 100644 (file)
@@ -128,6 +128,9 @@ int hw_stop_all_raid_arrays(const char* output);
 int hw_install_bootloader(struct hw_destination* dest, const char* output);
 int hw_write_fstab(struct hw_destination* dest);
 
+char* hw_find_backup_file(const char* output, const char* search_path);
+int hw_restore_backup(const char* output, const char* backup_path, const char* destination);
+
 void hw_sync();
 
 #endif /* HEADER_HW_H */