aboutsummaryrefslogtreecommitdiffstats
path: root/dns.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-05 13:53:06 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-05 13:53:06 +0000
commitbdfb487b8cbcddad6b9016e0224fd6f8ad9b6c3f (patch)
treee83879854b69ed97983a1d00c489ee486ee60bc3 /dns.c
parent57e05b7e718b465a338dc991a68a012645b8c262 (diff)
Add some documentation and a todo for enum.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17530 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dns.c')
-rw-r--r--dns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns.c b/dns.c
index b2fe5e610..efa999a34 100644
--- a/dns.c
+++ b/dns.c
@@ -23,6 +23,10 @@
* \brief DNS Support for Asterisk
*
* \author Thorsten Lockert <tholo@trollphone.org>
+ *
+ * \par Reference
+ * - DNR SRV records http://www.ietf.org/rfc/rfc2782.txt
+ *
*/
#include <sys/types.h>