home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / mit / bsd / systm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-17  |  313 b   |  16 lines

  1. #ifndef        _SYSTM_H_
  2. #define        _SYSTM_H_
  3.  
  4. /*
  5.  *    $Header: systm.h,v 3.0 91/05/17 16:14:34 jrd Rel $
  6.  *    Author: J. Davin
  7.  *    Copyright 1988, 1989, Massachusetts Institute of Technology
  8.  *    See permission and disclaimer notice in file "notice.h"
  9.  */
  10.  
  11. #include    <notice.h>
  12.  
  13. CVoidType    systmInit ();
  14.  
  15. #endif        /*    _SYSTM_H_    */
  16.