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

  1. #ifndef        _RTE_H_
  2. #define        _RTE_H_
  3.  
  4. /*
  5.  *    $Header: rte.h,v 3.0 91/05/17 16:14:35 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    rteInit ();
  14.  
  15. #endif        /*    _RTE_H_    */
  16.