home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / trn / part14 / ngstuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-22  |  685 b   |  30 lines

  1. /* $Header: ngstuff.h,v 4.3.3.2 91/01/16 03:18:27 davison Trn $
  2.  *
  3.  * $Log:    ngstuff.h,v $
  4.  * Revision 4.3.3.2  91/01/16  03:18:27  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3.3.1  90/06/20  22:39:07  davison
  8.  * Initial Trn Release
  9.  * 
  10.  * Revision 4.3  85/05/01  11:45:12  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  * 
  13.  */
  14.  
  15. #define NN_NORM 0
  16. #define NN_INP 1
  17. #define NN_REREAD 2
  18. #define NN_ASK 3
  19.  
  20. EXT bool one_command INIT(FALSE);    /* no ':' processing in perform() */
  21.  
  22. void    ngstuff_init ANSI((void));
  23. int    escapade ANSI((void));
  24. int    switcheroo ANSI((void));
  25. int    numnum ANSI((void));
  26. int    perform ANSI((char *,int));
  27. #ifdef USETHREADS
  28. int    use_selected ANSI((void));
  29. #endif
  30.