File: testhandler.h

package info (click to toggle)
net-snmp 5.2.3-7etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 24,452 kB
  • ctags: 16,045
  • sloc: ansic: 175,930; perl: 11,814; sh: 11,230; makefile: 5,375; pascal: 62
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
/*
 * testhandler.h 
 */

void            init_testhandler(void);
Netsnmp_Node_Handler my_test_handler;
Netsnmp_Node_Handler my_test_table_handler;
Netsnmp_Node_Handler my_data_table_handler;
Netsnmp_Node_Handler my_test_instance_handler;