home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / new.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-01  |  697 b   |  20 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     new.h - New Ph Record Movable Modal Dialog Interface
  4. _____________________________________________________________________*/
  5.  
  6. #ifndef __new__
  7. #define __new__
  8.  
  9. /*_____________________________________________________________________
  10.  
  11.     Functions.
  12. _____________________________________________________________________*/
  13.  
  14. extern void new_DoPeriodic (WindowPtr w);
  15. extern void new_DoKey (WindowPtr w, char key, short modifiers);
  16. extern Boolean new_DoCommand (WindowPtr w, short theMenu, short theItem);
  17. extern Boolean new_DoDialog (Str255 alias, Str255 name, Str255 type, 
  18.     Str255 pswd1, Str255 pswd2, short whichField);
  19.  
  20. #endif