summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-04 11:10:23 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-04 11:10:23 +0000
commitb8677042875ced11a84258e57642fa75e85a022c (patch)
tree120f7b0f197cac72079aae1f5a6b8db674ec3047 /include/common.h
parent560c32cc84776bc518a625dbc92acd08920e3fc1 (diff)
downloadzabbix-b8677042875ced11a84258e57642fa75e85a022c.tar.gz
zabbix-b8677042875ced11a84258e57642fa75e85a022c.tar.xz
zabbix-b8677042875ced11a84258e57642fa75e85a022c.zip
- automatic recovery of unsupported items (Alexei)
- added config.refresh_unsupported (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2386 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index abcae139..6b8a1c1d 100644
--- a/include/common.h
+++ b/include/common.h
@@ -335,6 +335,7 @@ int is_uint(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 delay, int now);
void set_result_type(AGENT_RESULT *result, char *c);