summaryrefslogtreecommitdiffstats
path: root/include/sh_log_repeat.h
blob: d2418775e4f49678f2cb40a36b8bda50a9f0a430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SH_LOG_REPEAT_H
#define SH_LOG_REPEAT_H

int sh_repeat_set_trigger (const char * str);

int sh_repeat_set_queue (const char * str);

int sh_repeat_set_cron (const char * str);

int sh_repeat_message_check (const sh_string * host, 
			     const sh_string * msg, 
			     time_t ltime);

#endif