Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
16d4fef7d4cd90e8fcc12d98964567c7a9fcd0af
/
.
/
agent
/
mibgroup
/
util_funcs
/
Exit.h
blob: 54f0cd528aae467fe821c3e8ca8598dbf14142ea [
file
] [
log
] [
blame
]
/*
* Exit.h: verbose terminaion routine
*/
#ifndef
_MIBGROUP_UTIL_FUNCS_EXIT_H
#define
_MIBGROUP_UTIL_FUNCS_EXIT_H
#ifdef
__cplusplus
extern
"C"
{
#endif
void
Exit
(
int
);
#ifdef
__cplusplus
}
#endif
#endif
/* _MIBGROUP_UTIL_FUNCS_EXIT_H */