summaryrefslogtreecommitdiff
path: root/agent/mibgroup/util_funcs/restart.h
blob: 82760a107c45bc0e29fdd20136ff768fe65499fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _MIBGROUP_UTIL_FUNCS_RESTART_H
#define _MIBGROUP_UTIL_FUNCS_RESTART_H

#ifdef __cplusplus
extern "C" {
#endif

RETSIGTYPE      restart_doit(int);
WriteMethod     restart_hook;

#ifdef __cplusplus
}
#endif

#endif /* _MIBGROUP_UTIL_FUNCS_RESTART_H */