- added misssing stroke.h

This commit is contained in:
Martin Willi
2006-04-05 05:59:05 +00:00
parent f2ee13a7e8
commit 3dbbbf3e16
3 changed files with 91 additions and 5 deletions
+3 -3
View File
@@ -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_ */