[Asterisk-cvs] asterisk/apps app_system.c,1.1.1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Sun Oct 19 05:40:58 CDT 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv2591/apps

Modified Files:
	app_system.c 
Log Message:
Change skel to system


Index: app_system.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_system.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- app_system.c	12 Feb 2003 13:59:14 -0000	1.1.1.1
+++ app_system.c	19 Oct 2003 11:06:59 -0000	1.2
@@ -42,7 +42,7 @@
 
 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 load_module(void)
 {
-	return ast_register_application(app, skel_exec, synopsis, descrip);
+	return ast_register_application(app, system_exec, synopsis, descrip);
 }
 
 char *description(void)




More information about the svn-commits mailing list