diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-10-04 08:02:24 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-10-04 08:02:24 +0000 |
| commit | ce0e258f52df4e0ac99a41d5e4d52894d3245503 (patch) | |
| tree | 93da49c3ff401a9dc8037656b19a83314fc4dac7 /include | |
| parent | adbc3041c92987bf174115c0205ef8ac75fe8dba (diff) | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2097 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h index d00dc3b0..7221e182 100644 --- a/include/db.h +++ b/include/db.h @@ -279,5 +279,5 @@ void DBescape_string(char *from, char *to, int maxlen); void DBget_item_from_db(DB_ITEM *item,DB_RESULT *result, int row); int DBget_trigger_by_triggerid(int triggerid, DB_TRIGGER *trigger); -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); #endif |
