net-snmp 5.7
|
00001 /* 00002 * container_list_sl.h 00003 * $Id$ 00004 * 00005 */ 00006 #ifndef NETSNMP_CONTAINER_SSLL_H 00007 #define NETSNMP_CONTAINER_SSLL_H 00008 00009 00010 #include <net-snmp/library/container.h> 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00016 netsnmp_container *netsnmp_container_get_sorted_singly_linked_list(void); 00017 netsnmp_container *netsnmp_container_get_singly_linked_list(int fifo); 00018 00019 NETSNMP_IMPORT 00020 void netsnmp_container_ssll_init(void); 00021 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026 00027 #endif