SPDY: fix no previous prototype for 'dissect_spdy_heur' [-Wmissing-prototypes]
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 20 Aug 2015 20:08:18 +0000 (22:08 +0200)
committerAnders Broman <a.broman58@gmail.com>
Fri, 21 Aug 2015 04:58:13 +0000 (04:58 +0000)
Change-Id: Ife5f44a333227b1df3d2377d12dbec65a4b4d5c3
Reviewed-on: https://code.wireshark.org/review/10164
Reviewed-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-spdy.c

index f75cd0e06775a0d2be1d8933015a2f9320eb65ae..0ab6b780f399f631b024a5f92638c2bdf5894179 100644 (file)
@@ -1659,7 +1659,7 @@ static int dissect_spdy(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, voi
  * Looks for SPDY frame at tvb start.
  * If not enough data for either, requests more via desegment struct.
  */
-gboolean dissect_spdy_heur(tvbuff_t *tvb,
+static gboolean dissect_spdy_heur(tvbuff_t *tvb,
                                   packet_info *pinfo,
                                   proto_tree *tree,
                                    void *data _U_)