components/net-snmp/sun/agent/modules/entityMib/entLastChangeTime.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 #pragma ident   "@(#)entLastChangeTime.h 1.1     03/02/24 SMI"
       
    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 ENTLASTCHANGETIME_H
       
    20 #define ENTLASTCHANGETIME_H
       
    21 
       
    22 /*
       
    23  * function declarations
       
    24  */
       
    25 void	init_entLastChangeTime(void);
       
    26 Netsnmp_Node_Handler get_entLastChangeTime;
       
    27 
       
    28 /**
       
    29  * Call this whenever entLastChangeTime should be changed, as specified in RFC
       
    30  * 2737.
       
    31  */
       
    32 extern void configChanged();
       
    33 
       
    34 #endif                          /* ENTLASTCHANGETIME_H */