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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2019-02-11 17:37:27 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2019-02-11 17:37:27 +0300
commita98046d60347cabcdb890d04aa741119e2b407fb (patch)
tree8f01bda00133d6cb6a76011ba0e38dbab1818972 /include/discovery.h
parent664d3cd0cb94eb8b86db16306a6fec58632e49e6 (diff)
........S. [ZBXNEXT-158] removed redundant function
Diffstat (limited to 'include/discovery.h')
-rw-r--r--include/discovery.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/discovery.h b/include/discovery.h
index 8188a3978f3..0294f4fe717 100644
--- a/include/discovery.h
+++ b/include/discovery.h
@@ -35,8 +35,6 @@ typedef struct
}
zbx_service_t;
-void zbx_service_free(zbx_service_t *service);
-
void discovery_update_host(DB_DHOST *dhost, int status, int now);
void discovery_update_service(DB_DRULE *drule, zbx_uint64_t dcheckid, DB_DHOST *dhost,
const char *ip, const char *dns, int port, int status, const char *value, int now);