summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-20 11:07:59 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-20 11:07:59 +0000
commit38d6afb96b9e3027ca3f5ae3a838e33f990c369a (patch)
tree2386a972c46384b710cf9d2c80778fcddf8d7b70 /include
parent366f4d14bd9d239fa54e47ceb0e223985a1f08a5 (diff)
downloadzabbix-38d6afb96b9e3027ca3f5ae3a838e33f990c369a.tar.gz
zabbix-38d6afb96b9e3027ca3f5ae3a838e33f990c369a.tar.xz
zabbix-38d6afb96b9e3027ca3f5ae3a838e33f990c369a.zip
- [DEV-110] Proxy changes
git-svn-id: svn://svn.zabbix.com/trunk@5376 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 014930f2..18113af0 100644
--- a/include/db.h
+++ b/include/db.h
@@ -496,6 +496,7 @@ void DBcommit();
void DBrollback();
const ZBX_TABLE *DBget_table(const char *tablename);
+const ZBX_FIELD *DBget_field(const ZBX_TABLE *table, const char *fieldname);
zbx_uint64_t DBget_maxid(char *table, char *field);
int DBget_function_result(char **result,char *functionid);