aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-04-05 05:59:05 +0000
committerMartin Willi <martin@strongswan.org>2006-04-05 05:59:05 +0000
commit3dbbbf3e16366b0da33b29bbc1a4ba9a976e43a0 (patch)
tree839288d6a5d89ec3df30d2a7758078a48df9c9b2 /Source/charon/threads
parentf2ee13a7e844c5b107137ca21136684c610f2864 (diff)
downloadstrongswan-3dbbbf3e16366b0da33b29bbc1a4ba9a976e43a0.tar.bz2
strongswan-3dbbbf3e16366b0da33b29bbc1a4ba9a976e43a0.tar.xz
- added misssing stroke.h
Diffstat (limited to 'Source/charon/threads')
-rw-r--r--Source/charon/threads/stroke_interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/threads/stroke_interface.h b/Source/charon/threads/stroke_interface.h
index ced887fa6..0bb0bb48b 100644
--- a/Source/charon/threads/stroke_interface.h
+++ b/Source/charon/threads/stroke_interface.h
@@ -20,8 +20,8 @@
* for more details.
*/
-#ifndef STROKE_H_
-#define STROKE_H_
+#ifndef STROKE_INTERFACE_H_
+#define STROKE_INTERFACE_H_
#include <config/policy_store.h>
#include <config/connection_store.h>
@@ -93,4 +93,4 @@ struct stroke_t {
*/
stroke_t *stroke_create();
-#endif /* STROKE_H_ */
+#endif /* STROKE_INTERFACE_H_ */