aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tacacs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-11 19:23:22 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-11 19:23:22 +0000
commit457b6e51188fa4298003ec031c4c3807d6dc002a (patch)
treef6fbe847ba1c9034f1c4f32a0c5b41b00801534f /packet-tacacs.c
parent73fdd454b6d2e3e8cd357067f6ef59c1f3b8cfab (diff)
"tacplus_pref_cb()" takes no arguments, not an unspecified list of
arguments. svn path=/trunk/; revision=8940
Diffstat (limited to 'packet-tacacs.c')
-rw-r--r--packet-tacacs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-tacacs.c b/packet-tacacs.c
index 369f3644e6..cba7dcbfcd 100644
--- a/packet-tacacs.c
+++ b/packet-tacacs.c
@@ -5,7 +5,7 @@
* Full Tacacs+ parsing with decryption by
* Emanuele Caratti <wiz@iol.it>
*
- * $Id: packet-tacacs.c,v 1.30 2003/10/19 17:30:43 guy Exp $
+ * $Id: packet-tacacs.c,v 1.31 2003/11/11 19:23:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1003,7 +1003,7 @@ dissect_tacplus(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
void
-tacplus_pref_cb()
+tacplus_pref_cb(void)
{
parse_tacplus_keys( tacplus_opt_key );
}