home *** CD-ROM | disk | FTP | other *** search
- /* Global variable prototypes and constants */
-
- /* $Id: Globals.h,v 1.8 1993/04/18 21:51:52 Matti_Rintala Exp $ */
-
- #ifndef GLOBALS_H
- #define GLOBALS_H
-
- #include <exec/types.h>
- #include "Constants.h"
-
- extern char *filename;
-
- extern char *monthabbrv;
- extern char *wdayabbrv;
-
- extern short year;
- extern short month;
- extern short day;
- extern short wday;
- extern short before;
- extern short after;
- extern BOOL autodelete;
- extern BOOL grouped;
- extern char text[TEXTLEN+1];
- extern char *swdaytxt;
- extern char arexxport[AREXXPORTLEN+1];
- extern char arexxcom[AREXXCOMLEN+1];
- extern char mode;
-
- extern int event;
- extern int eventno;
-
- extern BOOL changed;
- extern BOOL edited;
-
- #endif
-