aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/queues/send_queue.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-10-30 14:07:05 +0000
committerMartin Willi <martin@strongswan.org>2006-10-30 14:07:05 +0000
commit382b481795d973a94efa1bf5635426566a941718 (patch)
tree901754b00d54493e9181cd096fd283b220411db3 /src/charon/queues/send_queue.h
parent09cb5472bc51d95e6e0fa9c5321ecb0956fcd6c0 (diff)
downloadstrongswan-382b481795d973a94efa1bf5635426566a941718.tar.bz2
strongswan-382b481795d973a94efa1bf5635426566a941718.tar.xz
moved typedefs to beginning of files to solve some include problems
splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
Diffstat (limited to 'src/charon/queues/send_queue.h')
-rw-r--r--src/charon/queues/send_queue.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/charon/queues/send_queue.h b/src/charon/queues/send_queue.h
index 5b8a02e3c..8043f1758 100644
--- a/src/charon/queues/send_queue.h
+++ b/src/charon/queues/send_queue.h
@@ -24,12 +24,11 @@
#ifndef SEND_QUEUE_H_
#define SEND_QUEUE_H_
+typedef struct send_queue_t send_queue_t;
+
#include <types.h>
#include <network/packet.h>
-
-typedef struct send_queue_t send_queue_t;
-
/**
* @brief The send queue stores packet for the sender_t instance.
*