aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/transactions/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/sa/transactions/transaction.h')
-rw-r--r--src/charon/sa/transactions/transaction.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/charon/sa/transactions/transaction.h b/src/charon/sa/transactions/transaction.h
index ea84b0394..9bb600fe4 100644
--- a/src/charon/sa/transactions/transaction.h
+++ b/src/charon/sa/transactions/transaction.h
@@ -23,12 +23,14 @@
#ifndef TRANSACTION_H_
#define TRANSACTION_H_
+
+typedef struct transaction_t transaction_t;
+
#include <types.h>
#include <encoding/message.h>
#include <sa/ike_sa.h>
-typedef struct transaction_t transaction_t;
/**
* @brief This interface represents a transaction an established IKE_SA can do.