home *** CD-ROM | disk | FTP | other *** search
- /* $Header: ngstuff.h,v 4.3.3.2 91/01/16 03:18:27 davison Trn $
- *
- * $Log: ngstuff.h,v $
- * Revision 4.3.3.2 91/01/16 03:18:27 davison
- * Added optional prototyping.
- *
- * Revision 4.3.3.1 90/06/20 22:39:07 davison
- * Initial Trn Release
- *
- * Revision 4.3 85/05/01 11:45:12 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- #define NN_NORM 0
- #define NN_INP 1
- #define NN_REREAD 2
- #define NN_ASK 3
-
- EXT bool one_command INIT(FALSE); /* no ':' processing in perform() */
-
- void ngstuff_init ANSI((void));
- int escapade ANSI((void));
- int switcheroo ANSI((void));
- int numnum ANSI((void));
- int perform ANSI((char *,int));
- #ifdef USETHREADS
- int use_selected ANSI((void));
- #endif
-