Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-02-15 17:54:22 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-02-15 17:54:22 +0300
commit537659cd97fd2dc050436e19c6108faba5aa0e36 (patch)
tree3d13f8bba05b00dacfbf92279ea6a9f139fd54f4 /include/db.h
parent8696f2db2ec7314f39fc4d5e42ed8317c9b647d7 (diff)
........S. [ZBXNEXT-7488] removed zabbix[history*] and zabbix[trends*] internal items
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 53b95faad8f..4ea056e3c22 100644
--- a/include/db.h
+++ b/include/db.h
@@ -604,7 +604,6 @@ void zbx_trigger_diff_free(zbx_trigger_diff_t *diff);
void zbx_append_trigger_diff(zbx_vector_ptr_t *trigger_diff, zbx_uint64_t triggerid, unsigned char priority,
zbx_uint64_t flags, unsigned char value, unsigned char state, int lastchange, const char *error);
-int DBget_row_count(const char *table_name);
int DBget_proxy_lastaccess(const char *hostname, int *lastaccess, char **error);
char *DBdyn_escape_field(const char *table_name, const char *field_name, const char *src);