From 6c8d27e54fbf16b452b080fa76363568bd1f0ea9 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 28 Nov 2008 23:34:38 +0100 Subject: Removed unneeded declaraion of eDBset_session_value(...) after commit 0c35035dc8ac5d099f53353938a66b33227d3342 --- plugin/eurephiadb_session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin') diff --git a/plugin/eurephiadb_session.h b/plugin/eurephiadb_session.h index b57e579..61deb15 100644 --- a/plugin/eurephiadb_session.h +++ b/plugin/eurephiadb_session.h @@ -23,8 +23,6 @@ #include -int eDBset_session_value(eurephiaCTX *ctx, eurephiaSESSION *sesskey, const char *key, const char *val); - eurephiaSESSION *eDBopen_session_seed(eurephiaCTX *ctx, const char *digest, const char *cname, const char *username, const char *vpnipaddr, const char *vpnipmask, -- cgit