summaryrefslogtreecommitdiff
path: root/src/tmpltlhs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tmpltlhs.h')
-rw-r--r--src/tmpltlhs.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/tmpltlhs.h b/src/tmpltlhs.h
index 6ecb4fc..a6daa4f 100644
--- a/src/tmpltlhs.h
+++ b/src/tmpltlhs.h
@@ -1,7 +1,7 @@
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
- /* CLIPS Version 6.20 01/31/02 */
+ /* CLIPS Version 6.30 08/16/14 */
/* */
/* DEFTEMPLATE LHS HEADER FILE */
/*******************************************************/
@@ -16,6 +16,13 @@
/* */
/* Revision History: */
/* */
+/* 6.24: Renamed BOOLEAN macro type to intBool. */
+/* */
+/* 6.30: Support for rete network exists node. */
+/* */
+/* Added const qualifiers to remove C++ */
+/* deprecation warnings. */
+/* */
/*************************************************************/
#ifndef _H_tmpltlhs
@@ -39,9 +46,9 @@
#define LOCALE extern
#endif
- LOCALE struct lhsParseNode *DeftemplateLHSParse(void *,char *,struct deftemplate *);
+ LOCALE struct lhsParseNode *DeftemplateLHSParse(void *,const char *,struct deftemplate *);
-#endif
+#endif /* _H_tmpltlhs */