~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to agent/mibgroup/testhandler.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * testhandler.h 
 
3
 */
 
4
 
 
5
void            init_testhandler(void);
 
6
Netsnmp_Node_Handler my_test_handler;
 
7
Netsnmp_Node_Handler my_test_table_handler;
 
8
Netsnmp_Node_Handler my_data_table_handler;
 
9
Netsnmp_Node_Handler my_test_instance_handler;