summaryrefslogtreecommitdiffstats
path: root/include/log.h
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-22 17:10:16 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-22 17:10:16 +0000
commitb7f7e69b3b6063a39c7c136d261f5e8b52db08b5 (patch)
treec602abe883e8342eccb6ba9a82d9379c2dd3d0f7 /include/log.h
parentcb91566a31bc0782dc9369dde5fd24368b5e616b (diff)
downloadzabbix-b7f7e69b3b6063a39c7c136d261f5e8b52db08b5.tar.gz
zabbix-b7f7e69b3b6063a39c7c136d261f5e8b52db08b5.tar.xz
zabbix-b7f7e69b3b6063a39c7c136d261f5e8b52db08b5.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1059 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index bde12ccf..8b767bdd 100644
--- a/include/log.h
+++ b/include/log.h
@@ -33,5 +33,6 @@
/* Type - 0 (syslog), 1 - file */
int zabbix_open_log(int type,int level, const char *filename);
void zabbix_log(int level, const char *fmt, ...);
+void zabbix_set_log_level(int level);
#endif