Move safe alloc routines into common lib file.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@351 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2010-10-26 22:07:43 +00:00
parent 6fde2f640b
commit 3a5a1ea0e7
8 changed files with 107 additions and 107 deletions

View File

@@ -425,7 +425,7 @@ crypt_status_info crypt_status(struct crypt_device *cd, const char *name);
*
* Returns 0 on success or negative errno value otherwise.
*
* @cd - crypt device handle, can be NULL
* @cd - crypt device handle
*/
int crypt_dump(struct crypt_device *cd);