summaryrefslogtreecommitdiff
path: root/include/asterisk/enum.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-10-31 11:01:06 +0000
committerOlle Johansson <oej@edvina.net>2006-10-31 11:01:06 +0000
commitf003df1315d5c0cc48b8bdc1df3acd8f7562e82c (patch)
treecde144371bacfa8fce7a966f6774f0730939c2ab /include/asterisk/enum.h
parent1aa8c2cffc1e9c9403b94d22c0f44ca70c40c555 (diff)
Issue #80898 - Restoring func_enum (otmar)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46635 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/enum.h')
-rw-r--r--include/asterisk/enum.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asterisk/enum.h b/include/asterisk/enum.h
index b5b88479a..c2fe3b592 100644
--- a/include/asterisk/enum.h
+++ b/include/asterisk/enum.h
@@ -35,9 +35,11 @@
If you need any record, then set it to empty string
\param maxtech Max length
\param suffix Zone suffix (if is NULL then use enum.conf 'search' variable)
- \param options Options ('c' to count number of NAPTR RR, or number - the position of required RR in the answer list
+ \param options Options ('c' to count number of NAPTR RR)
+ \param record The position of required RR in the answer list
*/
-int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech, char* suffix, char* options);
+int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology,
+ int maxtech, char* suffix, char* options, unsigned int record);
/*! \brief Lookup DNS TXT record (used by app TXTCIDnum
\param chan Channel