From 7b85f43d0e3f3815131a7b03ef5c115a21bb19e1 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 9 Jun 2010 18:12:17 +0000 Subject: Do some constifying [or other] based upon gcc -Wwrite-strings warnings. svn path=/trunk/; revision=33198 --- epan/dissectors/packet-ntp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ntp.h') diff --git a/epan/dissectors/packet-ntp.h b/epan/dissectors/packet-ntp.h index f52bba51c9..fe41606a1b 100644 --- a/epan/dissectors/packet-ntp.h +++ b/epan/dissectors/packet-ntp.h @@ -32,6 +32,6 @@ #define NTP_BASETIME 2208988800ul #define NTP_TS_SIZE 100 -extern char * ntp_fmt_ts(const guint8 *reftime); +extern const char * ntp_fmt_ts(const guint8 *reftime); #endif -- cgit v1.2.3