summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-04 08:02:24 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-04 08:02:24 +0000
commitce0e258f52df4e0ac99a41d5e4d52894d3245503 (patch)
tree93da49c3ff401a9dc8037656b19a83314fc4dac7 /src/libs
parentadbc3041c92987bf174115c0205ef8ac75fe8dba (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2097 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/zbxdbhigh/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxdbhigh/host.c b/src/libs/zbxdbhigh/host.c
index a93998cb..61485c81 100644
--- a/src/libs/zbxdbhigh/host.c
+++ b/src/libs/zbxdbhigh/host.c
@@ -33,7 +33,7 @@
#include "zlog.h"
#include "common.h"
-int DBadd_new_host(server, port, status, useip, ip, disable_until, available)
+int DBadd_new_host(char *server, int port, int status, int useip, char *ip, int disable_until, int available)
{
char sql[MAX_STRING_LEN];
int hostid;