diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-25 17:49:06 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-25 17:49:06 +0000 |
| commit | fdca6420704e04e120da52ff028661caf3a400ff (patch) | |
| tree | ea4d32e542f805db34de2ed4f359ca6d1821dc08 /include | |
| parent | 5aed2ad0aac24a4ab41fb1ddb6aaf8369292d875 (diff) | |
Support of housekeeping for deleted items.
git-svn-id: svn://svn.zabbix.com/trunk@948 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/db.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h index 089b3c69..d7a9daa7 100644 --- a/include/db.h +++ b/include/db.h @@ -183,6 +183,9 @@ void DBupdate_triggers_status_after_restart(void); int DBget_prev_trigger_value(int triggerid); int DBupdate_trigger_value(int triggerid,int value,int clock); +void DBdelete_item(int itemid); +void DBdelete_host(int hostid); + int DBget_items_count(void); int DBget_items_unsupported_count(void); int DBget_history_count(void); |
