/*
 * Note: this file originally auto-generated by mib2c using
 *  : mib2c.create-dataset.conf 9375 2004-02-02 19:06:54Z rstory $
 */
#ifndef ABC_H
#define ABC_H

/* function declarations */
void init_abc(void);
void initialize_table_messageTable(void);
Netsnmp_Node_Handler messageTable_handler;

/* column number definitions for table messageTable */
       #define COLUMN_MESSAGEINDEX		1
       #define COLUMN_MESSAGETYPE		2
       #define COLUMN_SENTMSGCOUNT		3
       #define COLUMN_ERRORMSGCOUNT		4
       #define COLUMN_CURRENTMSGID		5
#endif /* ABC_H */
