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
1.3.9.1
Last modified: Thursday, 01-Mar-2007 16:20:12 PST
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.