summaryrefslogtreecommitdiff
path: root/agent/mibgroup/util_funcs/Exit.h
blob: 54f0cd528aae467fe821c3e8ca8598dbf14142ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  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 */