[Asterisk-cvs] asterisk/include/asterisk app.h,1.38,1.39

kpfleming kpfleming
Wed Sep 14 13:21:54 CDT 2005


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

Modified Files:
	app.h 
Log Message:
use a better name for structure element (when using named initializers)


Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- app.h	30 Aug 2005 18:32:09 -0000	1.38
+++ app.h	14 Sep 2005 17:20:24 -0000	1.39
@@ -75,7 +75,7 @@
 
 struct ast_option {
 	unsigned int flag;
-	int argoption;
+	int arg_index;
 };
 
 extern int ast_parseoptions(const struct ast_option *options, struct ast_flags *flags, char **args, char *optstr);




More information about the svn-commits mailing list