Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / agent / serialize.h
1 #ifndef SERIALIZE_H
2 #define SERIALIZE_H
3
4 /*
5  * The serialized helper merely calls its clients multiple times for a
6  * * given request set, so they don't have to loop through the requests
7  * * themselves.
8  */
9
10 #ifdef __cplusplus
11 extern          "C" {
12 #endif
13
14     netsnmp_mib_handler *netsnmp_get_serialize_handler(void);
15     int             netsnmp_register_serialize(netsnmp_handler_registration
16                                                *reginfo);
17     void            netsnmp_init_serialize(void);
18
19     Netsnmp_Node_Handler netsnmp_serialize_helper_handler;
20
21 #ifdef __cplusplus
22 };
23 #endif
24 #endif