dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
oej 2006-04-05 13:53:06 +00:00
parent 57e05b7e71
commit bdfb487b8c
2 changed files with 7 additions and 0 deletions

4
dns.c
View File

@ -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>

3
enum.c
View File

@ -35,6 +35,9 @@
* - ENUM SIP: http://www.ietf.org/rfc/rfc3764.txt
* - IANA ENUM Services: http://www.iana.org/assignments/enum-services
*
* \par Possible improvement
* \todo Implement a caching mechanism for multile enum lookups
* - See http://bugs.digium.com/view.php?id=6739
*/
#include <sys/types.h>