summaryrefslogtreecommitdiff
path: root/asn1/t38
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-07 11:37:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-07 11:37:58 +0000
commiteb252d2d3471d5b80af847cd536048fc05c4ae5f (patch)
tree776d04fbeb6cbfb1c42b28a1a6518b18fd846d26 /asn1/t38
parentc67d38cf15be33536de6da517221cf7ce7285f8e (diff)
downloadwireshark-eb252d2d3471d5b80af847cd536048fc05c4ae5f.tar.gz
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53821
Diffstat (limited to 'asn1/t38')
-rw-r--r--asn1/t38/packet-t38-template.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/asn1/t38/packet-t38-template.c b/asn1/t38/packet-t38-template.c
index 525525d7bc..cd3e67bda2 100644
--- a/asn1/t38/packet-t38-template.c
+++ b/asn1/t38/packet-t38-template.c
@@ -65,7 +65,6 @@
#include <epan/strutil.h>
void proto_register_t38(void);
-void proto_reg_handoff_t38(void);
#define PORT_T38 6004
static guint global_t38_tcp_port = PORT_T38;
@@ -292,7 +291,7 @@ void t38_add_address(packet_info *pinfo,
}
-fragment_head *
+static fragment_head *
force_reassemble_seq(reassembly_table *table, packet_info *pinfo, guint32 id)
{
fragment_head *fd_head;