diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-12-27 18:25:47 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-12-27 18:25:47 +0100 |
commit | 79f3537f69e125f19f59c36aa090120a63186a54 (patch) | |
tree | 2089a3b7dac990841dbc2e4d9b2f535b82dbb0af /src/openvpn/gremlin.h | |
parent | f2137fedb30cb87448eb03b2f288920df6187571 (diff) | |
parent | 3a2bbdb05ca6a6996e424c9fb225cb0d53804125 (diff) |
Merge tag 'upstream/2.4.0'
Upstream version 2.4.0
Diffstat (limited to 'src/openvpn/gremlin.h')
-rw-r--r-- | src/openvpn/gremlin.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/openvpn/gremlin.h b/src/openvpn/gremlin.h index c0aeab1..8f41864 100644 --- a/src/openvpn/gremlin.h +++ b/src/openvpn/gremlin.h @@ -5,7 +5,7 @@ * packet encryption, packet authentication, and * packet compression. * - * Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net> + * Copyright (C) 2002-2017 OpenVPN Technologies, Inc. <sales@openvpn.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -60,13 +60,15 @@ struct packet_flood_parms { - int n_packets; - int packet_size; + int n_packets; + int packet_size; }; -bool ask_gremlin (int flags); -void corrupt_gremlin (struct buffer* buf, int flags); -struct packet_flood_parms get_packet_flood_parms (int level); +bool ask_gremlin(int flags); -#endif -#endif +void corrupt_gremlin(struct buffer *buf, int flags); + +struct packet_flood_parms get_packet_flood_parms(int level); + +#endif /* ifdef ENABLE_DEBUG */ +#endif /* ifndef GREMLIN_H */ |