mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 11:13:09 +00:00
(closes issue #10271)
Reported by: snuffy Patches: doxygen-updates.diff uploaded by snuffy (license 35) Another big batch of doxygen documentation updates git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -362,7 +362,7 @@ static int enum_callback(void *context, unsigned char *answer, int len, unsigned
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \brief ENUM lookup */
|
||||
/* ENUM lookup */
|
||||
int ast_get_enum(struct ast_channel *chan, const char *number, char *dst, int dstlen, char *tech, int techlen, char* suffix, char* options, unsigned int record, struct enum_context **argcontext)
|
||||
{
|
||||
struct enum_context *context;
|
||||
@@ -532,9 +532,7 @@ int ast_get_enum(struct ast_channel *chan, const char *number, char *dst, int ds
|
||||
return ret;
|
||||
}
|
||||
|
||||
/*! \brief Get TXT record from DNS.
|
||||
Really has nothing to do with enum, but anyway...
|
||||
*/
|
||||
/* Get TXT record from DNS. Really has nothing to do with enum, but anyway... */
|
||||
int ast_get_txt(struct ast_channel *chan, const char *number, char *dst, int dstlen, char *tech, int techlen, char *txt, int txtlen)
|
||||
{
|
||||
struct enum_context context;
|
||||
|
Reference in New Issue
Block a user