summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-24 16:58:31 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-24 16:58:31 +0000
commit69c3bb458c5fd3924b1149f2e8e1852fdcffb7fd (patch)
tree3d3be14102ca9965e9e847f388e6d50c1aaef35e /include
parent1964ae1cb717b09523b924d351627d1601ab968f (diff)
downloadzabbix-69c3bb458c5fd3924b1149f2e8e1852fdcffb7fd.tar.gz
zabbix-69c3bb458c5fd3924b1149f2e8e1852fdcffb7fd.tar.xz
zabbix-69c3bb458c5fd3924b1149f2e8e1852fdcffb7fd.zip
More changes for DB.
git-svn-id: svn://svn.zabbix.com/trunk@3514 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index b3ca6081..d1a94102 100644
--- a/include/db.h
+++ b/include/db.h
@@ -385,6 +385,8 @@ void DBbegin();
void DBcommit();
void DBrollback();
+zbx_uint64_t DBget_maxid(char *field);
+
int DBget_function_result(double *result,char *functionid);
void DBupdate_host_availability(zbx_uint64_t hostid,int available,int clock,char *error);
int DBupdate_item_status_to_notsupported(zbx_uint64_t itemid, char *error);