aboutsummaryrefslogtreecommitdiff
path: root/manage.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-06-04 23:17:20 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-06-04 23:17:20 +0200
commit91f69a319d389f45a927b3d003efacc648a5dbc2 (patch)
tree9d6547db0967d94550058a811386793c1aceb700 /manage.h
parentMerge remote branch 'origin/master' (diff)
parentImplemented a key/value auth channel from client to server. (diff)
downloadopenvpn-91f69a319d389f45a927b3d003efacc648a5dbc2.tar.xz
Merge branch 'svn-BETA21'
Diffstat (limited to 'manage.h')
-rw-r--r--manage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/manage.h b/manage.h
index bb738ac..6a9ccd8 100644
--- a/manage.h
+++ b/manage.h
@@ -164,6 +164,7 @@ struct management_callback
const char *reason,
const char *client_reason,
struct buffer_list *cc_config); /* ownership transferred */
+ char *(*get_peer_info) (void *arg, const unsigned long cid);
#endif
#ifdef MANAGEMENT_PF
bool (*client_pf) (void *arg,