Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

dns.h

Go to the documentation of this file.
00001 /*
00002  * DNS support
00003  * 
00004  * Written by Thorsten Lockert <tholo@trollphone.org>
00005  *
00006  * Funding provided by Troll Phone Networks AS
00007  *
00008  * This program is free software, distributed under the terms of
00009  * the GNU General Public License
00010  */
00011 
00012 #ifndef _ASTERISK_DNS_H
00013 #define _ASTERISK_DNS_H
00014 
00015 struct ast_channel;
00016 
00017 extern int ast_search_dns(void *context, const char *dname, int class, int type,
00018            int (*callback)(void *context, u_char *answer, int len, u_char *fullanswer));
00019 
00020 #endif /* _ASTERISK_DNS_H */

Generated on Fri Feb 27 12:19:42 2004 for Asterisk by doxygen 1.3.5