home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_12.zip / src / ngstuff.h < prev    next >
C/C++ Source or Header  |  1991-12-04  |  1KB  |  38 lines

  1. /* $Id: ngstuff.h,v 4.4 1991/09/09 20:23:31 sob Exp sob $
  2.  *
  3.  * $Log: ngstuff.h,v $
  4.  * Revision 4.4  1991/09/09  20:23:31  sob
  5.  * release 4.4
  6.  *
  7.  *
  8.  * 
  9.  */
  10. /* This software is Copyright 1991 by Stan Barber. 
  11.  *
  12.  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
  13.  * use this software as long as: there is no monetary profit gained
  14.  * specifically from the use or reproduction of this software, it is not
  15.  * sold, rented, traded or otherwise marketed, and this copyright notice is
  16.  * included prominently in any copy made. 
  17.  *
  18.  * The author make no claims as to the fitness or correctness of this software
  19.  * for any use whatsoever, and it is provided as is. Any use of this software
  20.  * is at the user's own risk. 
  21.  */
  22.  
  23. #define NN_NORM 0
  24. #define NN_INP 1
  25. #define NN_REREAD 2
  26. #define NN_ASK 3
  27.  
  28. EXT bool one_command INIT(FALSE);    /* no ':' processing in perform() */
  29.  
  30. void    ngstuff_init ANSI((void));
  31. int    escapade ANSI((void));
  32. int    switcheroo ANSI((void));
  33. int    numnum ANSI((void));
  34. int    perform ANSI((char *,int));
  35. #ifdef USETHREADS
  36. int    use_selected ANSI((void));
  37. #endif
  38.