X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/b751376719cfe1924aa07ab8fd364ec1a55c04b3..refs/heads/master:/ntp.h diff --git a/ntp.h b/ntp.h index 6b5ff95f..0fe42142 100644 --- a/ntp.h +++ b/ntp.h @@ -51,6 +51,6 @@ struct s_fixedpt { nd_uint16_t fraction; }; -#define FMAXINT (4294967296.0) /* floating point rep. of MAXINT */ - +void p_ntp_time_fmt(netdissect_options *, const char *fmt, + const struct l_fixedpt *); void p_ntp_time(netdissect_options *, const struct l_fixedpt *);