summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-06 22:22:31 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-06 22:22:31 +0000
commit7f1a2d2ce74df0f5443360b4eca2d133dc3a2df1 (patch)
treeb9f6ec2c3787da16f5740f58a3939819f67fcbf1 /include
parentd5158770ac9179f3919dd76d7b30d7bbaccad531 (diff)
More oracle support.
git-svn-id: svn://svn.zabbix.com/trunk@2810 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 02a2be16..1ae58063 100644
--- a/include/db.h
+++ b/include/db.h
@@ -77,6 +77,7 @@ extern int CONFIG_DBPORT;
#ifdef HAVE_ORACLE
#define DB_RESULT sqlo_stmt_handle_t
#define DBfree_result sqlo_close
+ #define DB_ROW const char **
#endif
#define MAX_HOST_HOST_LEN 64