00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef _H_dffctbsc
00029 #define _H_dffctbsc
00030
00031 #ifndef _H_evaluatn
00032 #include "evaluatn.h"
00033 #endif
00034
00035 #ifdef LOCALE
00036 #undef LOCALE
00037 #endif
00038
00039 #ifdef _DFFCTBSC_SOURCE_
00040 #define LOCALE
00041 #else
00042 #define LOCALE extern
00043 #endif
00044
00045 #define GetDeffactsList(a,b) EnvGetDeffactsList(GetCurrentEnvironment(),a,b)
00046 #define ListDeffacts(a,b) EnvListDeffacts(GetCurrentEnvironment(),a,b)
00047 #define Undeffacts(a) EnvUndeffacts(GetCurrentEnvironment(),a)
00048
00049 LOCALE void DeffactsBasicCommands(void *);
00050 LOCALE void UndeffactsCommand(void *);
00051 LOCALE intBool EnvUndeffacts(void *,void *);
00052 LOCALE void GetDeffactsListFunction(void *,DATA_OBJECT_PTR);
00053 LOCALE void EnvGetDeffactsList(void *,DATA_OBJECT_PTR,void *);
00054 LOCALE void *DeffactsModuleFunction(void *);
00055 LOCALE void PPDeffactsCommand(void *);
00056 LOCALE int PPDeffacts(void *,char *,char *);
00057 LOCALE void ListDeffactsCommand(void *);
00058 LOCALE void EnvListDeffacts(void *,char *,void *);
00059
00060 #endif
00061