From 96dbb74f0376f5d107abfa7ed1a5ca4e692c301a Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Mon, 10 Dec 2007 01:56:34 +0000 Subject: added TSIG record type to the AvahiRecord struct. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1576 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core') diff --git a/avahi-core/rr.h b/avahi-core/rr.h index f55230e..6c15c01 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -107,7 +107,7 @@ typedef struct AvahiRecord { struct { char *algorithm_name; - uint48_t time_signed; + char *time_signed; /*uint48_t */ uint16_t fudge; uint16_t mac_size; char *mac; -- cgit