HEX
Server: Apache
System: FreeBSD www860.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
User: yoyo0427 (1306)
PHP: 8.3.8
Disabled: NONE
Upload Files
File: //usr/local/include/net-snmp/agent/serialize.h
#ifndef SERIALIZE_H
#define SERIALIZE_H

/*
 * The serialized helper merely calls its clients multiple times for a
 * * given request set, so they don't have to loop through the requests
 * * themselves.
 */

#ifdef __cplusplus
extern          "C" {
#endif

    netsnmp_mib_handler *netsnmp_get_serialize_handler(void);
    int             netsnmp_register_serialize(netsnmp_handler_registration
                                               *reginfo);
    void            netsnmp_init_serialize(void);

    Netsnmp_Node_Handler netsnmp_serialize_helper_handler;

#ifdef __cplusplus
}
#endif
#endif