summaryrefslogtreecommitdiff
path: root/agent/mibgroup/agent/nsDebug.h
blob: 55614ce8312c3c6f1a00f9ad96ba548108426307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef NSDEBUG_H
#define NSDEBUG_H

/*
 * function declarations 
 */
void            init_nsDebug(void);

/*
 * Handlers for the scalar objects
 */
Netsnmp_Node_Handler handle_nsDebugEnabled;
Netsnmp_Node_Handler handle_nsDebugOutputAll;
Netsnmp_Node_Handler handle_nsDebugDumpPdu;

/*
 * Handler and iterators for the debug table
 */
Netsnmp_Node_Handler handle_nsDebugTable;
Netsnmp_First_Data_Point  get_first_debug_entry;
Netsnmp_Next_Data_Point   get_next_debug_entry;

#endif /* NSDEBUG_H */