summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-02 21:28:12 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-02 21:28:12 +0000
commitf121ae0f42e2b9b31c332f3b24c2c4ffc6664766 (patch)
tree9832513a40bbb79ce5d25f0fe544a4bf5fdf618e /include/common.h
parentefd9398144d4ab7d0892200e2eac80ee48a14262 (diff)
downloadzabbix-f121ae0f42e2b9b31c332f3b24c2c4ffc6664766.tar.gz
zabbix-f121ae0f42e2b9b31c332f3b24c2c4ffc6664766.tar.xz
zabbix-f121ae0f42e2b9b31c332f3b24c2c4ffc6664766.zip
Fix in get_nextcheck and cleanup of debug messages.
git-svn-id: svn://svn.zabbix.com/trunk@3863 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 1446d85c..64f8e7bc 100644
--- a/include/common.h
+++ b/include/common.h
@@ -492,7 +492,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 item_type, int delay, char *delay_flex, time_t now);
+int calculate_item_nextcheck(zbx_uint64_t 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, ...);