Corrected unit test for the abort PDU message.

This commit is contained in:
skarg
2006-10-07 13:29:30 +00:00
parent 434fd34b02
commit 8d9c621e89
2 changed files with 46 additions and 18 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ extern "C" {
#ifdef TEST
#include "ctest.h"
int abort_decode_apdu(uint8_t * apdu,
unsigned apdu_len, uint8_t * invoke_id, uint8_t * abort_reason);
unsigned apdu_len, uint8_t * invoke_id, uint8_t * abort_reason,
bool * server);
void testAbort(Test * pTest);
#endif