summaryrefslogtreecommitdiff
path: root/apps/app_system.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-19 11:06:59 +0000
committerMark Spencer <markster@digium.com>2003-10-19 11:06:59 +0000
commit20760f83da507e0e29eafa51751e7fd486fc0f5d (patch)
tree11d20b250e7c7e17eef8adbe07b0f4cc896aa0ec /apps/app_system.c
parent13b7b73b08696e3742dc792a17b97a07ad51ac8f (diff)
Change skel to system
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_system.c')
-rwxr-xr-xapps/app_system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_system.c b/apps/app_system.c
index 539515e4e..3378602fe 100755
--- a/apps/app_system.c
+++ b/apps/app_system.c
@@ -42,7 +42,7 @@ STANDARD_LOCAL_USER;
LOCAL_USER_DECL;
-static int skel_exec(struct ast_channel *chan, void *data)
+static int system_exec(struct ast_channel *chan, void *data)
{
int res=0;
struct localuser *u;
@@ -76,7 +76,7 @@ int unload_module(void)
int load_module(void)
{
- return ast_register_application(app, skel_exec, synopsis, descrip);
+ return ast_register_application(app, system_exec, synopsis, descrip);
}
char *description(void)