home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 024 / psi110g.zip / MAIN.H < prev    next >
C/C++ Source or Header  |  1994-04-17  |  394b  |  20 lines

  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3.   
  4. #ifndef _PROC_H
  5. #include "proc.h"
  6. #endif
  7.   
  8. extern char Badhost[];
  9. extern char *Hostname;
  10. extern char Nospace[];          /* Generic malloc fail message */
  11. extern char Version2[];
  12.   
  13. extern struct proc *Cmdpp;
  14. #ifdef MSDOS
  15. extern struct proc *Display;
  16. #endif
  17. extern int main_exit;           /* from main program (flag) */
  18.   
  19. #endif _MAIN_H
  20.