summaryrefslogtreecommitdiffstats
path: root/include/sysinfo.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-27 15:12:48 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-27 15:12:48 +0000
commitf99e4b23a050b16e4d61dc1ddd54b4bb0f060e36 (patch)
treebfb9ac6253422388a48329f09e50cc2c6db0b06b /include/sysinfo.h
parent85c32e55a813acfa1ff395c12ca4f1f464a82650 (diff)
downloadzabbix-f99e4b23a050b16e4d61dc1ddd54b4bb0f060e36.tar.gz
zabbix-f99e4b23a050b16e4d61dc1ddd54b4bb0f060e36.tar.xz
zabbix-f99e4b23a050b16e4d61dc1ddd54b4bb0f060e36.zip
- fix some conflicts for linux system (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2229 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index f594afbf..23a0fb1e 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -58,6 +58,4 @@ int get_stat(const char *key, unsigned flags, AGENT_RESULT *result);
int getPROC(char *file, int lineno, int fieldno, unsigned flags, AGENT_RESULT *result);
#endif
-char *zbx_regexp_match(const char *string, char *pattern, int *len);
-
#endif