00001 /*******************************************************/ 00002 /* "C" Language Integrated Production System */ 00003 /* */ 00004 /* CLIPS Version 6.24 06/05/06 */ 00005 /* */ 00006 /* */ 00007 /*******************************************************/ 00008 00009 /*************************************************************/ 00010 /* Purpose: */ 00011 /* */ 00012 /* Principal Programmer(s): */ 00013 /* Brian L. Dantes */ 00014 /* */ 00015 /* Contributing Programmer(s): */ 00016 /* */ 00017 /* Revision History: */ 00018 /* */ 00019 /* 6.24: Renamed BOOLEAN macro type to intBool. */ 00020 /* */ 00021 /*************************************************************/ 00022 00023 #ifndef _H_insmult 00024 #define _H_insmult 00025 00026 #ifndef _H_evaluatn 00027 #include "evaluatn.h" 00028 #endif 00029 00030 #ifdef LOCALE 00031 #undef LOCALE 00032 #endif 00033 00034 #ifdef _INSMULT_SOURCE_ 00035 #define LOCALE 00036 #else 00037 #define LOCALE extern 00038 #endif 00039 00040 #if (! RUN_TIME) 00041 LOCALE void SetupInstanceMultifieldCommands(void *); 00042 #endif 00043 00044 LOCALE void MVSlotReplaceCommand(void *,DATA_OBJECT *); 00045 LOCALE void MVSlotInsertCommand(void *,DATA_OBJECT *); 00046 LOCALE void MVSlotDeleteCommand(void *,DATA_OBJECT *); 00047 LOCALE intBool DirectMVReplaceCommand(void *); 00048 LOCALE intBool DirectMVInsertCommand(void *); 00049 LOCALE intBool DirectMVDeleteCommand(void *); 00050 00051 #ifndef _INSMULT_SOURCE_ 00052 #endif 00053 00054 #endif 00055 00056 00057
1.5.6