Last change
on this file since 551 was 140, checked in by rainer, 17 years ago |
Utility function for threaded modules.
|
File size:
263 bytes
|
Rev | Line | |
---|
[67] | 1 |
|
---|
| 2 | #ifndef SH_PROCESSCHECK_H
|
---|
| 3 | #define SH_PROCESSCHECK_H
|
---|
| 4 |
|
---|
[140] | 5 | int sh_prochk_init(struct mod_type * arg);
|
---|
[67] | 6 | int sh_prochk_timer(time_t tcurrent);
|
---|
| 7 | int sh_prochk_check(void);
|
---|
| 8 | int sh_prochk_reconf(void);
|
---|
| 9 | int sh_prochk_cleanup(void);
|
---|
| 10 |
|
---|
| 11 | extern sh_rconf sh_prochk_table[];
|
---|
| 12 |
|
---|
| 13 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.