diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index e35c9dd5..f5146413 100644 --- a/include/common.h +++ b/include/common.h @@ -415,7 +415,7 @@ void rtrim_spaces(char *c); void delete_reol(char *c); int get_param(const char *param, int num, char *buf, int maxlen); int num_param(const char *param); -int calculate_item_nextcheck(int itemid, int delay, char *delay_flex, time_t now); +int calculate_item_nextcheck(int itemid, int item_type, int delay, char *delay_flex, time_t now); int check_time_period(const char *period, time_t now); void zbx_setproctitle(const char *fmt, ...); |