summaryrefslogtreecommitdiff
path: root/src/tmpltrhs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tmpltrhs.h')
-rw-r--r--src/tmpltrhs.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/tmpltrhs.h b/src/tmpltrhs.h
index 31f1d79..ba8293c 100644
--- a/src/tmpltrhs.h
+++ b/src/tmpltrhs.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 RHS PARSING HEADER FILE */
/*******************************************************/
@@ -16,6 +16,15 @@
/* */
/* Revision History: */
/* */
+/* 6.24: Added additional argument required for */
+/* DeriveDefaultFromConstraints. */
+/* */
+/* Added additional argument required for */
+/* InvalidDeftemplateSlotMessage. */
+/* */
+/* 6.30: Added const qualifiers to remove C++ */
+/* deprecation warnings. */
+/* */
/*************************************************************/
#ifndef _H_tmpltrhs
@@ -42,10 +51,10 @@
#define LOCALE extern
#endif
- LOCALE struct expr *ParseAssertTemplate(void *,char *,struct token *,int *,
+ LOCALE struct expr *ParseAssertTemplate(void *,const char *,struct token *,int *,
int,int,struct deftemplate *);
-#endif
+#endif /* _H_tmpltrhs */