00001 #ifndef AUTONLIST_H 00002 00003 struct autonlist { 00004 char *symbol; 00005 struct nlist nl[2]; 00006 struct autonlist *left, *right; 00007 }; 00008 00009 #define AUTONLIST_H 00010 #endif
Last modified: Tuesday, 23-Dec-2025 17:22:04 UTC For questions regarding web content and site functionality, please write to the net-snmp-users mail list.