summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-30 08:03:18 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-30 08:03:18 +0000
commitfcce006f76f5e93e675b9673bf3aec465e323d12 (patch)
tree5e279124810d6fd1166feeba7076f9cd0d780dcf /include
parent46cb0895806a666c03ed44a6f682eedd5d55d222 (diff)
downloadzabbix-fcce006f76f5e93e675b9673bf3aec465e323d12.tar.gz
zabbix-fcce006f76f5e93e675b9673bf3aec465e323d12.tar.xz
zabbix-fcce006f76f5e93e675b9673bf3aec465e323d12.zip
- support of web.getpage[] (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2919 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index a23e6667..2c8c77f3 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -119,4 +119,6 @@ int RUN_COMMAND(const char *cmd, const char *param, unsigned flags, AGENT_RESULT
int EXECUTE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int EXECUTE_STR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
+int WEB_GETPAGE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
+
#endif