and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / autonlist.h
1 #ifndef AUTONLIST_H
2
3 struct autonlist {
4     char           *symbol;
5     struct nlist    nl[2];
6     struct autonlist *left, *right;
7 };
8
9 #define AUTONLIST_H
10 #endif