summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-04 08:15:05 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-04 08:15:05 +0000
commitab34eae555def09b602bb4055b0394ff982a064f (patch)
tree798fd7556fcac25b78d6fe442fbd00c2bea88383 /include
parentce0e258f52df4e0ac99a41d5e4d52894d3245503 (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2098 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 7221e182..6f4fb379 100644
--- a/include/db.h
+++ b/include/db.h
@@ -279,5 +279,7 @@ 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(char *server, int port, int status, int useip, char *ip, int disable_until, int available);
+int DBhost_exists(char *server);
#endif