summaryrefslogtreecommitdiffstats
path: root/include/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/db.h')
-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);