[Asterisk-cvs] asterisk app.c,1.16,1.17
    citats at lists.digium.com 
    citats at lists.digium.com
       
    Wed May 26 12:37:00 CDT 2004
    
        - Previous message: [Asterisk-cvs] zaptel tor2-hw.h,1.3,1.4 tor2.c,1.18,1.19 wcfxo.c,1.23,1.24 wcfxs.c,1.65,1.66 wct1xxp.c,1.17,1.18 wct4xxp.c,1.45,1.46
 
        - Next message: [Asterisk-cvs] asterisk/include/asterisk app.h,1.10,1.11
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk
Modified Files:
	app.c 
Log Message:
Formatting fixes
Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- app.c	26 May 2004 15:22:54 -0000	1.16
+++ app.c	26 May 2004 16:51:25 -0000	1.17
@@ -407,12 +407,12 @@
 	return res;
 }
 
-int ast_control_streamfile(struct ast_channel *chan, char *file,char *f,char *r,int skipms) {
-  int res;
-  if ((res = ast_streamfile(chan, file, chan->language)))
-    ast_log(LOG_WARNING, "Unable to stream file  %s\n", file);
-  if (!res)
-    res = ast_waitstream_fr(chan, AST_DIGIT_ANY,f,r,skipms);
-  return res;
+int ast_control_streamfile(struct ast_channel *chan, char *file, char *f, char *r, int skipms) 
+{
+	int res;
+	if ((res = ast_streamfile(chan, file, chan->language)))
+		ast_log(LOG_WARNING, "Unable to stream file  %s\n", file);
+	if (!res)
+		res = ast_waitstream_fr(chan, AST_DIGIT_ANY,f,r,skipms);
+	return res;
 }
-
    
    
        
	- Previous message: [Asterisk-cvs] zaptel tor2-hw.h,1.3,1.4 tor2.c,1.18,1.19 wcfxo.c,1.23,1.24 wcfxs.c,1.65,1.66 wct1xxp.c,1.17,1.18 wct4xxp.c,1.45,1.46
 
	- Next message: [Asterisk-cvs] asterisk/include/asterisk app.h,1.10,1.11
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the svn-commits
mailing list