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