00001 #ifndef NETSNMP_CONTAINER_NULL_H
00002 #define NETSNMP_CONTAINER_NULL_H
00003
00004
00005 #include <net-snmp/library/container.h>
00006
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010
00011 netsnmp_container *netsnmp_container_get_null(void);
00012
00013 void netsnmp_container_null_init(void);
00014
00015
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019
00020 #endif