components/net-snmp/sun/sdk/demo/demo_module_7/demo_module_7.h
changeset 252 ee0fb1eabcbf
equal deleted inserted replaced
251:f527656d334f 252:ee0fb1eabcbf
       
     1 /*
       
     2  * Copyright (c) 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 /*
       
    16  * Note: this file originally auto-generated by mib2c using
       
    17  *        : mib2c.scalar.conf,v 1.5 2002/07/18 14:18:52 dts12 Exp $
       
    18  */
       
    19 #ifndef demo_module_7_H
       
    20 #define demo_module_7_H
       
    21 
       
    22 /* function declarations */
       
    23 void init_demo_module_7(void);
       
    24 
       
    25 Netsnmp_Node_Handler get_filesize;
       
    26 Netsnmp_Node_Handler set_createContext;
       
    27 Netsnmp_Node_Handler set_removeContext;
       
    28 Netsnmp_Node_Handler get_test;
       
    29 
       
    30 #endif /* demo_module_7_H */