tnccs header cosmetics

This commit is contained in:
Andreas Steffen
2010-11-09 20:43:50 +01:00
parent 9b43ae9cee
commit 3e5664ede8
2 changed files with 7 additions and 8 deletions
+5 -5
View File
@@ -22,7 +22,6 @@
#define TNCCS_MANAGER_H_
#include "tnccs.h"
#include "tncif.h"
typedef struct tnccs_manager_t tnccs_manager_t;
@@ -87,10 +86,11 @@ struct tnccs_manager_t {
* @param message_type message type
* @return return code
*/
TNC_Result (*send_message)(tnccs_manager_t *this, TNC_ConnectionID id,
TNC_BufferReference message,
TNC_UInt32 message_len,
TNC_MessageType message_type);
TNC_Result (*send_message)(tnccs_manager_t *this,
TNC_ConnectionID id,
TNC_BufferReference message,
TNC_UInt32 message_len,
TNC_MessageType message_type);
/**
* Destroy a tnccs_manager instance.