net-snmp
5.4.1
|
00001 /* 00002 * container_list_sl.h 00003 * $Id: container_list_ssll.h 11068 2004-09-14 02:29:16Z rstory $ 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 void netsnmp_container_ssll_init(void); 00020 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 00026 #endif