created protected_tester_t for testcases

This commit is contained in:
Jan Hutter
2005-12-07 11:08:54 +00:00
parent f4d8999cc1
commit 51d56047d8
56 changed files with 226 additions and 207 deletions
@@ -28,11 +28,11 @@
/**
* @brief Test function used to test the ike_sa_manager_t functionality.
*
* @param tester associated tester_t object
* @param tester associated protected_tester_t object
*
* @ingroup testcases
*/
void test_ike_sa_manager(tester_t *tester);
void test_ike_sa_manager(protected_tester_t *tester);