Shorten the module description (issue #5791)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-20 23:18:01 +00:00
parent 3a6fae817c
commit 5c3f322364
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-11-20 Russell Bryant <russell@digium.com>
* funcs/func_enum.c: Shorten the module description (issue #5791)
2005-11-17 Russell Bryant <russell@digium.com>
* Makefile: Fix the output of Makefile generated variables to doxygen

View File

@@ -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)
{