home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / GETSCRN.EXE / SOURCE / EXTERN.H < prev    next >
Text File  |  1990-06-24  |  1KB  |  55 lines

  1. /*
  2.  
  3.  
  4.                                 EXTERN.h
  5.  
  6.         Copyright (c) 1990 by:  Arthur Kevin McGrath
  7.                                 Contract Engineers
  8.                                 P. O. Box 128
  9.                                 Barboursville, VA  22923
  10.  
  11.                                 703/832-7025
  12.  
  13.  
  14.   ALL RIGHTS ARE RESERVED.  You may not copy this program in any way
  15.   except to make back-up copies FOR YOUR OWN USE.  If you copy this
  16.   program for any reason without WRITTEN PERMISSION from the above
  17.   named copyright owner (except to make back-up copies FOR YOUR OWN USE),
  18.   you are breaking the Copyright Laws of the United States.  You will go
  19.   to jail for one year and pay a $50,000 fine.
  20.  
  21.  
  22.  
  23.  
  24. */
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. /*  GLOBAL VARIABLES    !!!!!!!!!!!!!!!!!!  */
  32.  
  33. unsigned char   printable_only;
  34. extern  char    get_file_popup_title[];
  35. extern  char    drive_prompt[];
  36. extern  char    directory_prompt[];
  37. extern  char    file_prompt[];
  38. extern  char    ok_prompt[];
  39. extern  char    pause_prompt[];
  40.  
  41. extern  UCHAR   yes, no;
  42. extern  char    ansi_sequence[];
  43.  
  44. extern  char    default_drive_name;
  45. extern  char    default_path_name[];
  46. extern  char    default_file_name[];
  47.  
  48. extern  int     capturing;
  49.  
  50. extern  char    program_name[];
  51.  
  52. /*  !!!!!!!!!!!!!!!!    End of GLOBAL VARIABLES */
  53.  
  54.  
  55.