diff options
Diffstat (limited to 'Source/charon/threads/stroke_interface.h')
-rw-r--r-- | Source/charon/threads/stroke_interface.h | 6 |
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_ */ |