From d3df28b936d259b8d3e91deeeba2104e87dffc8c Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 6 May 2006 23:55:23 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@2813 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/db.h b/include/db.h index 1ae58063..adf52b77 100644 --- a/include/db.h +++ b/include/db.h @@ -368,7 +368,7 @@ int DBget_triggers_count(void); int DBget_queue_count(void); void DBescape_string(char *from, char *to, int maxlen); -void DBget_item_from_db(DB_ITEM *item,DB_RESULT result, int row); +void DBget_item_from_db(DB_ITEM *item,DB_ROW row); int DBadd_host(char *server, int port, int status, int useip, char *ip, int disable_until, int available); int DBhost_exists(char *server); -- cgit