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

  1. /* $Header: addng.h,v 4.3.3.1 91/01/16 02:20:45 davison Trn $
  2.  *
  3.  * $Log:    addng.h,v $
  4.  * Revision 4.3.3.1  91/01/16  02:20:45  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3  85/05/01  11:34:48  lwall
  8.  * Baseline for release with 4.3bsd.
  9.  * 
  10.  */
  11.  
  12. void    addng_init ANSI((void));
  13. #ifdef FINDNEWNG
  14.     bool    newlist ANSI((bool,bool));
  15.     long    birthof ANSI((char *,ART_NUM));
  16.     bool    scanactive ANSI((void));
  17. #endif
  18.