summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-28 11:47:38 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-28 11:47:38 +0100
commit622fb9169d5c554d5f5c8ca42e978f133be5bb45 (patch)
treee717468543fd8dedede65b81e5fd719f956277ae /database/eurephiadb.h
parent8b9e8f47e62d3e097287236a3cf3849215ad7f9d (diff)
downloadeurephia-622fb9169d5c554d5f5c8ca42e978f133be5bb45.tar.gz
eurephia-622fb9169d5c554d5f5c8ca42e978f133be5bb45.tar.xz
eurephia-622fb9169d5c554d5f5c8ca42e978f133be5bb45.zip
Added minimum API version check when loading database driver.
Diffstat (limited to 'database/eurephiadb.h')
-rw-r--r--database/eurephiadb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/eurephiadb.h b/database/eurephiadb.h
index 1e4a547..b2311d7 100644
--- a/database/eurephiadb.h
+++ b/database/eurephiadb.h
@@ -25,7 +25,7 @@
#ifndef EUREPHIADB_H_
# define EUREPHIADB_H_
-int eDBlink_init(eurephiaCTX *, const char *);
+int eDBlink_init(eurephiaCTX *, const char *, const int);
int eDBlink_close(eurephiaCTX *);
#endif