summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/eurephiadb.h')
-rw-r--r--database/eurephiadb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/database/eurephiadb.h b/database/eurephiadb.h
index e8c7e84..ea59ece 100644
--- a/database/eurephiadb.h
+++ b/database/eurephiadb.h
@@ -1,6 +1,6 @@
/* eurephiadb.h -- Database driver setup
*
- * GPLv2 only - Copyright (C) 2008 - 2012
+ * GPLv2 only - Copyright (C) 2008 - 2013
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
@@ -38,4 +38,5 @@
int eDBlink_init(eurephiaCTX *, const char *, const int);
int eDBlink_close(eurephiaCTX *);
+void eDBauth_FreeAuthMethodResult(eurephiaCTX *, eDBauthMethodResult *);
#endif