summaryrefslogtreecommitdiffstats
path: root/plugin/eurephiadb_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/eurephiadb_session.h')
-rw-r--r--plugin/eurephiadb_session.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/eurephiadb_session.h b/plugin/eurephiadb_session.h
index 50682ae..c43dc92 100644
--- a/plugin/eurephiadb_session.h
+++ b/plugin/eurephiadb_session.h
@@ -1,7 +1,7 @@
/* eurephia_session.h -- Internal API to provide storing of variables connected to a session
*
- * GPLv2 only - Copyright (C) 2008 - 2012
- * David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 only - Copyright (C) 2008 - 2015
+ * David Sommerseth <dazo@eurephia.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -35,7 +35,7 @@
eurephiaSESSION *eDBopen_session_seed(eurephiaCTX *ctx, const char *digest,
const char *cname, const char *username,
- const char *vpnipaddr, const char *vpnipmask,
+ const char *vpnipaddr,
const char *remipaddr, const char *remport);
eurephiaSESSION *eDBsession_load(eurephiaCTX *ctx, const char *sesskey, sessionType sesstype);