# HG changeset patch # User Paul Aurich # Date 1254678802 0 # Node ID 1ef332689ea2737353df7a33534f86ef9d95da62 # Parent cf5d93d196f8f3cbac27b7e744f9e7df64c087a5 Document the opaque structure. Refs #10432. diff -r cf5d93d196f8 -r 1ef332689ea2 libpurple/dnsquery.h --- a/libpurple/dnsquery.h Sun Oct 04 05:48:40 2009 +0000 +++ b/libpurple/dnsquery.h Sun Oct 04 17:53:22 2009 +0000 @@ -30,6 +30,11 @@ #include "eventloop.h" #include "account.h" +/** + * An opaque structure representing a DNS query. The hostname and port + * associated with the query can be retrieved using + * purple_dnsquery_get_host() and purple_dnsquery_get_port(). + */ typedef struct _PurpleDnsQueryData PurpleDnsQueryData; /**