Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
f6eb2013fd3db444df670b956010e77c0fc2b1d2
/
.
/
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