aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:18:01 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:18:01 +0000
commitf438c16cf0b9461f0cf1681635394db159382f59 (patch)
tree2d0b7ce333e998fbc2c83dca61cba44688caec6f /funcs
parent6b51e2d9ac8bd53f11b088829864e25ec1c755bb (diff)
Shorten the module description (issue #5791)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7146 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rwxr-xr-xfuncs/func_enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index 6533d7836..fa291a42e 100755
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -198,7 +198,7 @@ struct ast_custom_function txtcidname_function = {
#ifndef BUILTIN_FUNC
-static char *tdesc = "ENUMLOOKUP allows for general or specific querying of NAPTR records or counts of NAPTR types for ENUM or ENUM-like DNS pointers";
+static char *tdesc = "ENUM Related Functions";
int unload_module(void)
{