home *** CD-ROM | disk | FTP | other *** search
- /*
-
-
- EXTERN.h
-
- Copyright (c) 1990 by: Arthur Kevin McGrath
- Contract Engineers
- P. O. Box 128
- Barboursville, VA 22923
-
- 703/832-7025
-
-
- ALL RIGHTS ARE RESERVED. You may not copy this program in any way
- except to make back-up copies FOR YOUR OWN USE. If you copy this
- program for any reason without WRITTEN PERMISSION from the above
- named copyright owner (except to make back-up copies FOR YOUR OWN USE),
- you are breaking the Copyright Laws of the United States. You will go
- to jail for one year and pay a $50,000 fine.
-
-
-
-
- */
-
-
-
-
-
-
- /* GLOBAL VARIABLES !!!!!!!!!!!!!!!!!! */
-
- unsigned char printable_only;
- extern char get_file_popup_title[];
- extern char drive_prompt[];
- extern char directory_prompt[];
- extern char file_prompt[];
- extern char ok_prompt[];
- extern char pause_prompt[];
-
- extern UCHAR yes, no;
- extern char ansi_sequence[];
-
- extern char default_drive_name;
- extern char default_path_name[];
- extern char default_file_name[];
-
- extern int capturing;
-
- extern char program_name[];
-
- /* !!!!!!!!!!!!!!!! End of GLOBAL VARIABLES */
-
-