00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef _H_modulbsc
00025 #define _H_modulbsc
00026
00027 #ifndef _H_evaluatn
00028 #include "evaluatn.h"
00029 #endif
00030
00031 #ifdef LOCALE
00032 #undef LOCALE
00033 #endif
00034
00035 #ifdef _MODULBSC_SOURCE_
00036 #define LOCALE
00037 #else
00038 #define LOCALE extern
00039 #endif
00040
00041 #define GetDefmoduleList(a) EnvGetDefmoduleList(GetCurrentEnvironment(),a)
00042 #define ListDefmodules(a) EnvListDefmodules(GetCurrentEnvironment(),a)
00043
00044 LOCALE void DefmoduleBasicCommands(void *);
00045 LOCALE void EnvGetDefmoduleList(void *,DATA_OBJECT_PTR);
00046 LOCALE void PPDefmoduleCommand(void *);
00047 LOCALE int PPDefmodule(void *,char *,char *);
00048 LOCALE void ListDefmodulesCommand(void *);
00049 LOCALE void EnvListDefmodules(void *,char *);
00050
00051 #endif
00052