RTPS: fix no previous prototype for function 'rtps_util_add_timestamp' [-Wmissing-prototypes]

Change-Id: I2757f6442b9f3d37897225a90dd6d848e4a9c373
Reviewed-on: https://code.wireshark.org/review/20889
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-04-04 06:48:17 +00:00 committed by Michael Mann
parent 174dc4b363
commit 077f99f8de
1 changed files with 1 additions and 1 deletions

View File

@ -2179,7 +2179,7 @@ static void rtps_util_add_transport_info(proto_tree *tree,
* TIME_INVALID, or TIME_INFINITE, and doesn't show the seconds and
* fraction field separately.
*/
void rtps_util_add_timestamp(proto_tree *tree,
static void rtps_util_add_timestamp(proto_tree *tree,
tvbuff_t *tvb,
gint offset,
const guint encoding,