source:
branches/samhain_3_1/include/sh_log_repeat.h@
577
Last change on this file since 577 was 265, checked in by , 15 years ago | |
---|---|
File size: 302 bytes |
Line | |
---|---|
1 | #ifndef SH_LOG_REPEAT_H |
2 | #define SH_LOG_REPEAT_H |
3 | |
4 | int sh_repeat_set_trigger (const char * str); |
5 | |
6 | int sh_repeat_set_queue (const char * str); |
7 | |
8 | int sh_repeat_set_cron (const char * str); |
9 | |
10 | int sh_repeat_message_check (const sh_string * host, |
11 | const sh_string * msg, |
12 | time_t ltime); |
13 | |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.