aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/guest.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-07-04 14:21:41 +0000
committerMartin Willi <martin@strongswan.org>2008-07-04 14:21:41 +0000
commitca275ae2ca58fd645fb5e26684ee1df2f8770a19 (patch)
treef888bc294d5369a38dfaaaef9bff77133bd594a9 /src/dumm/guest.h
parent4302d4f0120cebe54c90ae7ecf55a90f641eb105 (diff)
downloadstrongswan-ca275ae2ca58fd645fb5e26684ee1df2f8770a19.tar.bz2
strongswan-ca275ae2ca58fd645fb5e26684ee1df2f8770a19.tar.xz
prototype of irdumm - interactive ruby shell for dumm
Diffstat (limited to 'src/dumm/guest.h')
-rw-r--r--src/dumm/guest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dumm/guest.h b/src/dumm/guest.h
index 79a47fa62..919726d0c 100644
--- a/src/dumm/guest.h
+++ b/src/dumm/guest.h
@@ -19,11 +19,11 @@
#include <library.h>
#include <utils/enumerator.h>
-#include "iface.h"
-
typedef enum guest_state_t guest_state_t;
typedef struct guest_t guest_t;
+#include "iface.h"
+
/**
* @brief State of a guest (started, stopped, ...)
*/