~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to include/net-snmp/agent/instance.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                                           subhandler,
136
136
                                           const char *contextName);
137
137
 
 
138
int  netsnmp_register_num_file_instance(const char *name,
 
139
                                        oid * reg_oid, size_t reg_oid_len,
 
140
                                        char *file_name, int asn_type, int mode,
 
141
                                        Netsnmp_Node_Handler * subhandler,
 
142
                                        const char *contextName);
 
143
 
138
144
Netsnmp_Node_Handler netsnmp_instance_helper_handler;
139
145
Netsnmp_Node_Handler netsnmp_instance_ulong_handler;
140
146
Netsnmp_Node_Handler netsnmp_instance_long_handler;
141
147
Netsnmp_Node_Handler netsnmp_instance_int_handler;
142
148
Netsnmp_Node_Handler netsnmp_instance_counter32_handler;
 
149
Netsnmp_Node_Handler netsnmp_instance_num_file_handler;
143
150
 
144
151
#ifdef __cplusplus
145
152
}