aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldp.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-ldp.c
parente937593bb85bdefaf14368e693754192765818f0 (diff)
More static-ization.
svn path=/trunk/; revision=5131
Diffstat (limited to 'packet-ldp.c')
-rw-r--r--packet-ldp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ldp.c b/packet-ldp.c
index 72c7b45803..131948a3e0 100644
--- a/packet-ldp.c
+++ b/packet-ldp.c
@@ -1,7 +1,7 @@
/* packet-ldp.c
* Routines for LDP (RFC 3036) packet disassembly
*
- * $Id: packet-ldp.c,v 1.31 2002/04/02 01:32:46 guy Exp $
+ * $Id: packet-ldp.c,v 1.32 2002/04/08 20:30:52 gram Exp $
*
* Copyright (c) November 2000 by Richard Sharpe <rsharpe@ns.aus.com>
*
@@ -431,7 +431,7 @@ static const value_string tlv_status_data[] = {
/* Dissect FEC TLV */
-void
+static void
dissect_tlv_fec(tvbuff_t *tvb, guint offset, proto_tree *tree, int rem)
{
proto_tree *ti=NULL, *val_tree=NULL, *fec_tree=NULL, *vcintparam_tree=NULL;