components/net-snmp/sun/agent/modules/seaExtensions/sunSystem.h
changeset 252 ee0fb1eabcbf
equal deleted inserted replaced
251:f527656d334f 252:ee0fb1eabcbf
       
     1 /*
       
     2  * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
       
     3  *
       
     4  * U.S. Government Rights - Commercial software. Government users are subject
       
     5  * to the Sun Microsystems, Inc. standard license agreement and applicable
       
     6  * provisions of the FAR and its supplements.
       
     7  *
       
     8  *
       
     9  * This distribution may include materials developed by third parties. Sun,
       
    10  * Sun Microsystems, the Sun logo and Solaris are trademarks or registered
       
    11  * trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
       
    12  *
       
    13  */
       
    14 /*
       
    15  * Note: this file originally auto-generated by mib2c using
       
    16  * 	: mib2c.scalar.conf,v 1.5 2002/07/18 14:18:52 dts12 Exp $
       
    17  */
       
    18 #ifndef	SUNSYSTEM_H
       
    19 #define	SUNSYSTEM_H
       
    20 
       
    21 /* function declarations */
       
    22 void init_sunSystem(void);
       
    23 Netsnmp_Node_Handler get_motd;
       
    24 Netsnmp_Node_Handler get_hostID;
       
    25 Netsnmp_Node_Handler get_agentDescr;
       
    26 Netsnmp_Node_Handler get_unixTime;
       
    27 
       
    28 #define	AGENT_DESCR "Sun Microsystems SNMP Agent"
       
    29 
       
    30 #endif /* SUNSYSTEM_H */