Fetch Flex from Sourceforge.
[AROS-Contrib.git] / regina / regina.conf
blobd6a19c63576fdc8c55d610547eb57fbf67086d8c
1 ##begin config
2 version 3.0
3 date 24.12.2002
4 ##end config
5 ##begin cdef
7 #include <rexx/storage.h>
8 #include <rexxsaa.h>
10 ##end cdef
11 ##begin functionlist
12 ULONG RexxStart(LONG ArgCount, PRXSTRING ArgList, PCSZ ProgName, PRXSTRING Instore, PCSZ EnvName, LONG CallType, PRXSYSEXIT Exits, PSHORT ReturnCode, PRXSTRING Result)
13 ULONG RexxRegisterSubcomExe(PCSZ EnvName, PFN EntryPoint, PUCHAR UserArea)
14 ULONG RexxRegisterSubcomDll(PCSZ EnvName, PCSZ ModuleName, PCSZ ProcedureName, PUCHAR UserArea, ULONG DropAuth)
15 ULONG RexxQuerySubcom(PCSZ EnvName, PCSZ ModuleName, PUSHORT Flag, PUCHAR UserWord)
16 ULONG RexxDeregisterSubcom(PCSZ EnvName, PCSZ ModuleName)
17 ULONG RexxVariablePool(PSHVBLOCK RequestBlockList)
18 ULONG RexxRegisterExitExe(PCSZ EnvName, PFN EntryPoint, PUCHAR UserArea)
19 ULONG RexxRegisterExitDll(PCSZ EnvName, PCSZ ModuleName, PCSZ ProcedureName, PUCHAR UserArea, ULONG DropAuth)
20 ULONG RexxDeregisterExit(PCSZ EnvName, PCSZ ModuleName)
21 ULONG RexxQueryExit(PCSZ EnvName, PCSZ ModuleName, PUSHORT Flag, PUCHAR UserArea)
22 ULONG RexxRegisterFunctionExe(PCSZ Name, PFN EntryPoint)
23 ULONG RexxRegisterFunctionDll(PCSZ ExternalName, PCSZ LibraryName, PCSZ InternalName)
24 ULONG RexxQueryFunction(PCSZ Name)
25 ULONG RexxDeregisterFunction(PCSZ Name)
26 ULONG RexxSetHalt(LONG dummyProcess, LONG dummyThread)
27 ULONG RexxCreateQueue(PSZ Buffer, ULONG BuffLen, PSZ RequestedName, ULONG *DupFlag)
28 ULONG RexxDeleteQueue(PSZ QueueName)
29 ULONG RexxQueryQueue(PSZ QueueName, ULONG *Count)
30 ULONG RexxAddQueue(PSZ QueueName, PRXSTRING EntryData, ULONG AddFlag)
31 ULONG RexxPullQueue(PSZ QueueName, PRXSTRING DataBuf, PDATETIME TimeStamp, ULONG WaitFlag)
32 ULONG RexxAddMacro(PSZ FuncName, PSZ SourceFile, ULONG Position)
33 ULONG RexxClearMacroSpace()
34 ULONG RexxDropMacro(PSZ FuncName)
35 ULONG RexxLoadMacroSpace(ULONG FuncCount, PSZ *FuncNames, PSZ MacroLibFile)
36 ULONG RexxQueryMacro(PSZ FuncName, PUSHORT Position)
37 ULONG RexxReorderMacro(PSZ FuncName, ULONG Position)
38 ULONG RexxSaveMacroSpace(ULONG FuncCount, PSZ *FuncNames, PSZ MacroLibFile)
39 ULONG RexxFreeMemory(PVOID MemoryBlock)
40 PVOID RexxAllocateMemory(ULONG Size)
41 ULONG ReginaVersion(PRXSTRING VersionString)
42 int __regina_faked_main(int argc, char *argv[])
43 BOOL IsReginaMsg(struct RexxMsg *msg)
44 ##end functionlist