[Asterisk-cvs] asterisk/include/asterisk dns.h,NONE,1.1
markster at lists.digium.com
markster at lists.digium.com
Fri Sep 26 19:35:55 CDT 2003
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv18700/include/asterisk
Added Files:
dns.h
Log Message:
Add missing files
--- NEW FILE: dns.h ---
/*
* DNS support
*
* Written by Thorsten Lockert <tholo at trollphone.org>
*
* Funding provided by Troll Phone Networks AS
*
* This program is free software, distributed under the terms of
* the GNU General Public License
*/
#ifndef _ASTERISK_DNS_H
#define _ASTERISK_DNS_H
struct ast_channel;
extern int ast_search_dns(void *context, const char *dname, int class, int type,
int (*callback)(void *context, u_char *answer, int len, u_char *fullanswer));
#endif /* _ASTERISK_DNS_H */
More information about the svn-commits
mailing list