Migrated psk/pubkey_authenticators to INIT/METHOD macros

This commit is contained in:
Martin Willi
2011-01-05 16:45:53 +01:00
parent b5bbc9506c
commit 502edf425f
4 changed files with 81 additions and 82 deletions
+8
View File
@@ -246,6 +246,14 @@ bool return_false()
return FALSE;
}
/**
* returns FAILED
*/
status_t return_failed()
{
return FAILED;
}
/**
* nop operation
*/
+5
View File
@@ -381,6 +381,11 @@ bool return_true();
*/
bool return_false();
/**
* returns FAILED
*/
status_t return_failed();
/**
* Write a 16-bit host order value in network order to an unaligned address.
*