blob: 64896063f7c8f9d5d438448c3c8447a4b1dc0890 [file] [log] [blame]
#ifndef NETSNMP_CONTAINER_NULL_H
#define NETSNMP_CONTAINER_NULL_H
#include <net-snmp/library/container.h>
#ifdef __cplusplus
extern "C" {
#endif
netsnmp_container *netsnmp_container_get_null(void);
void netsnmp_container_null_init(void);
#ifdef __cplusplus
}
#endif
#endif /** NETSNMP_CONTAINER_NULL_H */