aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 08:30:33 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 08:30:33 +0000
commita0f94c125f5d00b938c83a6f4f04fa46ed436760 (patch)
treea384a8ea6c347a0d00c08a3a73d823be204a9fb6 /epan/dissectors/packet-tacacs.c
parentbcf080b837588b5b0124c5d749d22c9ea6c1f5d2 (diff)
Last set of trivial fixes for "no previous declaration" warnings.
svn path=/trunk/; revision=15191
Diffstat (limited to 'epan/dissectors/packet-tacacs.c')
-rw-r--r--epan/dissectors/packet-tacacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tacacs.c b/epan/dissectors/packet-tacacs.c
index 07c6cc02d0..e2098e8889 100644
--- a/epan/dissectors/packet-tacacs.c
+++ b/epan/dissectors/packet-tacacs.c
@@ -1020,7 +1020,7 @@ dissect_tacplus(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
}
-void
+static void
tacplus_pref_cb(void)
{
parse_tacplus_keys( tacplus_opt_key );