home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / trn / part14 / init.h < prev    next >
Encoding:
Text File  |  1991-08-22  |  393 b   |  17 lines

  1. /* $Header: init.h,v 4.3.3.1 91/01/16 02:43:40 davison Trn $
  2.  *
  3.  * $Log:    init.h,v $
  4.  * Revision 4.3.3.1  91/01/16  02:43:40  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3  85/05/01  11:40:46  lwall
  8.  * Baseline for release with 4.3bsd.
  9.  * 
  10.  */
  11.  
  12. EXT char *lockname INIT(nullstr);
  13.  
  14. bool    initialize ANSI((int,char **));
  15. void    lock_check ANSI((void));
  16. void    newsnews_check ANSI((void));
  17.