Fix printing refclocks and IPv6 sources in statistics log

This commit is contained in:
Miroslav Lichvar
2009-11-30 17:18:28 +01:00
parent 19651dc767
commit 0f9892fe7a
5 changed files with 7 additions and 22 deletions

1
util.h
View File

@@ -78,7 +78,6 @@ extern char *UTI_TimestampToString(NTP_int64 *ts);
extern char *UTI_RefidToString(unsigned long ref_id);
/* Convert an IP address to string, for diagnostics */
extern char *UTI_IPToDottedQuad(unsigned long ip);
extern char *UTI_IPToString(IPAddr *ip);
extern int UTI_StringToIP(const char *addr, IPAddr *ip);