aboutsummaryrefslogtreecommitdiff
path: root/src/racoon/remoteconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/racoon/remoteconf.c')
-rw-r--r--src/racoon/remoteconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/racoon/remoteconf.c b/src/racoon/remoteconf.c
index c9c803f..3b96f30 100644
--- a/src/racoon/remoteconf.c
+++ b/src/racoon/remoteconf.c
@@ -417,9 +417,7 @@ save_rmconf_flush()
/* check exchange type to be acceptable */
struct etypes *
-check_etypeok(rmconf, etype)
- struct remoteconf *rmconf;
- u_int8_t etype;
+check_etypeok( struct remoteconf *rmconf, u_int8_t etype)
{
struct etypes *e;