/*
*
* U.S. Government Rights - Commercial software. Government users are subject
* to the Sun Microsystems, Inc. standard license agreement and applicable
* provisions of the FAR and its supplements.
*
*
* This distribution may include materials developed by third parties. Sun,
* Sun Microsystems, the Sun logo and Solaris are trademarks or registered
* trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
*
*/
/*
* Note: this file originally auto-generated by mib2c using
* : mib2c.iterate.conf,v 5.5 2002/12/16 22:50:18 hardaker Exp $
*/
#ifndef ENTLOGICALTABLE_H
#define ENTLOGICALTABLE_H
/* function declarations */
void init_entLogicalTable(void);
void initialize_table_entLogicalTable(void);
/* column number definitions for table entLogicalTable */
typedef struct entLogicalEntry_s {
char *entLogicalDescr;
char *entLogicalCommunity;
char *entLogicalTAddress;
char *entLogicalContextEngineId;
char *entLogicalContextName;
extern void populate_entLogicalEntry(entLogicalEntry_t*, char*, oid*, int, char*, char*, oid*, int, char*, char*);
extern int allocLogicalEntry(int , entLogicalEntry_t*);
extern int deleteLogicalTableEntry(int xLogicalIndex);
extern int makeLogicalTableEntryStale(int xLogicalIndex);
extern int makeLogicalTableEntryLive(int xLogicalIndex);
#endif /* ENTLOGICALTABLE_H */