mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
removal of trailing whitespace and useless 'extern'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16653 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
struct ast_channel;
|
||||
|
||||
/*! \brief Perform DNS lookup (used by DNS, enum and SRV lookups)
|
||||
/*! \brief Perform DNS lookup (used by DNS, enum and SRV lookups)
|
||||
\param context
|
||||
\param dname Domain name to lookup (host, SRV domain, TXT record name)
|
||||
\param class Record Class (see "man res_search")
|
||||
@@ -35,7 +35,7 @@ struct ast_channel;
|
||||
\note Asterisk DNS is synchronus at this time. This means that if your DNS
|
||||
services does not work, Asterisk may lock while waiting for response.
|
||||
*/
|
||||
extern int ast_search_dns(void *context, const char *dname, int class, int type,
|
||||
int ast_search_dns(void *context, const char *dname, int class, int type,
|
||||
int (*callback)(void *context, char *answer, int len, char *fullanswer));
|
||||
|
||||
#endif /* _ASTERISK_DNS_H */
|
||||
|
||||
Reference in New Issue
Block a user