Move string_to_size to userspace tools.

This commit is contained in:
Milan Broz
2015-08-21 13:24:59 +02:00
parent 5a8b045bdd
commit 7843415243
5 changed files with 68 additions and 68 deletions

View File

@@ -48,6 +48,5 @@ void *crypt_safe_realloc(void *data, size_t size);
void crypt_memzero(void *s, size_t n);
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 */