summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/multi.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/multi.h')
-rw-r--r--openvpn/src/openvpn/multi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/multi.h b/openvpn/src/openvpn/multi.h
index fc2ffb24..7b97b0d2 100644
--- a/openvpn/src/openvpn/multi.h
+++ b/openvpn/src/openvpn/multi.h
@@ -312,6 +312,9 @@ void multi_close_instance_on_signal (struct multi_context *m, struct multi_insta
void init_management_callback_multi (struct multi_context *m);
void uninit_management_callback_multi (struct multi_context *m);
+bool validate_peer_info_line(char *line);
+void multi_output_peer_info_env (struct env_set *es, const char * peer_info);
+
/*
* Return true if our output queue is not full
*/