Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
16d4fef7d4cd90e8fcc12d98964567c7a9fcd0af
/
.
/
agent
/
autonlist.h
blob: 82a52ab026a71b4e0fbd4ac34a88ec511eb9975b [
file
] [
log
] [
blame
]
#ifndef
AUTONLIST_H
struct
autonlist
{
char
*
symbol
;
struct
nlist nl
[
2
];
struct
autonlist
*
left
,
*
right
;
};
#define
AUTONLIST_H
#endif