aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/enum.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-31 11:01:06 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-31 11:01:06 +0000
commit0c84a12d699725498e42c53ec12b713468cc3a0e (patch)
treecde144371bacfa8fce7a966f6774f0730939c2ab /include/asterisk/enum.h
parentdac4a9956e0abb636ae6afed33e0585d7509bc90 (diff)
Issue #80898 - Restoring func_enum (otmar)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46635 f38db490-d61c-443f-a65b-d21fe96a405b
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