Add luksHeaderBackup and luksHeaderRestore commands and API cals.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@114 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2009-09-28 17:45:38 +00:00
parent f51c7b62db
commit e026f089be
8 changed files with 384 additions and 18 deletions

View File

@@ -48,6 +48,7 @@ struct device_infos {
};
struct crypt_device;
int crypt_confirm(struct crypt_device *cd, const char *msg);
void set_error_va(const char *fmt, va_list va);
void set_error(const char *fmt, ...);