summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-07-04 06:34:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-07-04 06:34:33 +0000
commit2ea040cd24640d5cdb43b781025f7e7f96c87be4 (patch)
tree9c81128d2a502c4dc727ef7865747847a6b0ab4a /include
parentcdf4f61a5d660da907e18aff9a481eca8dd9e2a1 (diff)
- new utility zabbix_get (Alexei)
- added src/zabbix_get/* (Alexei) - user timeout time is configurable (Alexei) - added support of locales on user level (Alexei) - added support of user profiles (Alexei) - removed include/local_en.inc.php - added include/locales/.htaccess (Alexei) - added include/locales/en_en.inc.php (Alexei) - added include/locales/de_de.inc.php (Alexei) - added include/locales/en_en.inc.php (Alexei) - added column users.lang (Alexei) - added column users.autologout (Alexei) - added frontends/php/profile.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1900 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h3
-rw-r--r--include/sysinfo.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index 2a852b2d..d457729c 100644
--- a/include/db.h
+++ b/include/db.h
@@ -44,6 +44,9 @@ extern char *CONFIG_DBUSER;
extern char *CONFIG_DBPASSWORD;
extern char *CONFIG_DBSOCKET;
+#define DB_FULL_DELETE 0
+#define DB_PART_DELETE 1
+
#define DB_HOST struct host_type
#define DB_ITEM struct item_type
#define DB_TRIGGER struct trigger_type
diff --git a/include/sysinfo.h b/include/sysinfo.h
index fb3f48f3..0980159c 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -36,8 +36,6 @@ COMMAND
char *parameter;
};
-
-
void process(char *command, char *value);
void init_metrics();