Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / crule.h
index d436378b279bf79af6b421a6c0bf3461797de896..38a7a89d0ffa0b95883a12dd44bf139ca688f11c 100644 (file)
@@ -1,7 +1,12 @@
-#ifndef CRULE_H
-#define CRULE_H
+/*
+ * crule.h
+ *
+ * $Id$
+ */
+#ifndef INCLUDED_crule_h
+#define INCLUDED_crule_h
 
-/*=============================================================================
+/*
  * Proto types
  */
 
@@ -9,4 +14,4 @@ extern void crule_free(char **elem);
 extern int crule_eval(char *rule);
 extern char *crule_parse(char *rule);
 
-#endif /* CRULE_H */
+#endif /* INCLUDED_crule_h */