aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/push.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/push.h')
-rw-r--r--src/openvpn/push.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openvpn/push.h b/src/openvpn/push.h
index 070782d..6cabc44 100644
--- a/src/openvpn/push.h
+++ b/src/openvpn/push.h
@@ -57,7 +57,8 @@ void clone_push_list(struct options *o);
void push_option(struct options *o, const char *opt, int msglevel);
-void push_options(struct options *o, char **p, int msglevel, struct gc_arena *gc);
+void push_options(struct options *o, char **p, int msglevel,
+ struct gc_arena *gc);
void push_reset(struct options *o);