net-snmp 5.7
|
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 NETSNMP_IMPORT 00014 void netsnmp_container_null_init(void); 00015 00016 00017 #ifdef __cplusplus 00018 } 00019 #endif 00020 00021 #endif