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
+2 -3
View File
@@ -21,9 +21,8 @@
#ifndef TNCCS_H_
#define TNCCS_H_
#include <library.h>
#include <tnc/tncif.h>
#include <library.h>
typedef enum tnccs_type_t tnccs_type_t;
@@ -63,4 +62,4 @@ typedef void (*tnccs_send_message_t)(tnccs_t* tncss,
TNC_UInt32 message_len,
TNC_MessageType message_type);
#endif /** TNC_H_ @}*/
#endif /** TNCCS_H_ @}*/
+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.