From 3dbbbf3e16366b0da33b29bbc1a4ba9a976e43a0 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 5 Apr 2006 05:59:05 +0000 Subject: - added misssing stroke.h --- Source/charon/threads/stroke_interface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/threads/stroke_interface.h') 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 #include @@ -93,4 +93,4 @@ struct stroke_t { */ stroke_t *stroke_create(); -#endif /* STROKE_H_ */ +#endif /* STROKE_INTERFACE_H_ */ -- cgit v1.2.3