aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2002-04-08 20:30:56 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2002-04-08 20:30:56 +0000
commit5c10ad55a8279e6288863553d8572cadbb738a22 (patch)
treef857c4d8ef07eb660634c128fc5a8f5e8fff8dea /packet-radius.c
parente937593bb85bdefaf14368e693754192765818f0 (diff)
More static-ization.
svn path=/trunk/; revision=5131
Diffstat (limited to 'packet-radius.c')
-rw-r--r--packet-radius.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-radius.c b/packet-radius.c
index bf7a087fb5..754c80766b 100644
--- a/packet-radius.c
+++ b/packet-radius.c
@@ -4,7 +4,7 @@
*
* RFC 2865, RFC 2866, RFC 2867, RFC 2868, RFC 2869
*
- * $Id: packet-radius.c,v 1.53 2002/03/27 19:39:28 guy Exp $
+ * $Id: packet-radius.c,v 1.54 2002/04/08 20:30:52 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -899,7 +899,7 @@ gchar *rd_match_strval(guint32 val, const value_string *vs) {
return val_to_str(val, vs, "Undefined (%u)");
}
-gchar *rd_value_to_str(e_avphdr *avph, tvbuff_t *tvb, int offset)
+static gchar *rd_value_to_str(e_avphdr *avph, tvbuff_t *tvb, int offset)
{
int print_type;
gchar *cont;