Add --device-size option for reencryption tool.

This commit is contained in:
Milan Broz
2012-06-25 15:34:11 +02:00
parent c469e458b7
commit fb3b62ca02
5 changed files with 103 additions and 2 deletions

View File

@@ -44,5 +44,6 @@ void crypt_safe_free(void *data);
void *crypt_safe_realloc(void *data, size_t size);
ssize_t crypt_hex_to_bytes(const char *hex, char **result, int safe_alloc);
int crypt_string_to_size(struct crypt_device *cd, const char *s, uint64_t *size);
#endif /* _UTILS_CRYPT_H */