home *** CD-ROM | disk | FTP | other *** search
- /*-- Rev Header - do NOT edit!
- *
- * Filename : CED_Support.h
- * Purpose : Einige Hilfsroutinen für CED
- *
- * Program : -
- * Author : Gerhard Müller
- * Copyright: (c) by Gerhard Müller
- * Creation : Fri Sep 10 00:41:01 1993
- *
- * compile : makefile
- *
- * Compile version : 0.1
- * Ext. Version : 0.1
- *
- * REVISION HISTORY
- *
- * Date C-Version E-Version Comment
- * --------- --------- ----------- -------
- * 9.Sept.93 work started, CED 3.5 is needed
- *
- *
- *
- *-- REV_END --
- */
-
- #ifndef ADD_CED_SUPPORT_H
- #define ADD_CED_SUPPORT_H
-
- /*
- * C-Includes, C-Definitionen
- *
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #include <exec/types.h>
- #include <rexx/storage.h>
- #include <inline/stubs.h>
-
- extern struct RexxMsg TheMessage;
-
- /**************************************************************************/
-
- BOOL SendCygnusEdMessage(char *thecommand);
- BOOL SendCygnusEdMessageGetReply(char *thecommand);
- char *GetStringFromArexx();
- BOOL GetNumberFromArexx(LONG *number);
- void GetNothingFromArexx();
-
-
- /**************************************************************************/
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-