[asterisk-commits] eliel: branch group/appdocsxml r145181 - /team/group/appdocsxml/funcs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Sep 29 13:14:05 CDT 2008
Author: eliel
Date: Mon Sep 29 13:14:05 2008
New Revision: 145181
URL: http://svn.digium.com/view/asterisk?view=rev&rev=145181
Log:
Remove .syntax definition inside ast_custom_function.
Modified:
team/group/appdocsxml/funcs/func_shell.c
Modified: team/group/appdocsxml/funcs/func_shell.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/funcs/func_shell.c?view=diff&rev=145181&r1=145180&r2=145181
==============================================================================
--- team/group/appdocsxml/funcs/func_shell.c (original)
+++ team/group/appdocsxml/funcs/func_shell.c Mon Sep 29 13:14:05 2008
@@ -87,7 +87,6 @@
***/
static struct ast_custom_function shell_function = {
.name = "SHELL",
- .syntax = "SHELL(<command>)",
.read = shell_helper,
};
More information about the asterisk-commits
mailing list