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:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-09-23 14:37:34 +0300
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-09-23 14:37:34 +0300
commitfb31e5f63fe3b8069896ffae230cc446f28d4066 (patch)
tree9c1a52caacfad3343de1864e43570344ab300288 /include/zbxself.h
parent468041f2b4045826d4e6c3d5a69dd847a4e9abea (diff)
...G...PS. [ZBXNEXT-1263] fixing (22): simplified code that checks for configuration options not being available due to a feature not being compiled in
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index b01c53a6b3f..75db1601ced 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -63,7 +63,6 @@
int get_process_type_by_name(const char *proc_type_str);
int get_process_type_forks(unsigned char process_type);
const char *get_process_type_string(unsigned char process_type);
-const char *get_program_type_string(unsigned char program_type);
#ifndef _WINDOWS
void init_selfmon_collector(void);