[Asterisk-cvs] asterisk/include/asterisk app.h,1.7,1.8
citats at lists.digium.com
citats at lists.digium.com
Fri May 7 17:05:46 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk/include/asterisk
Modified Files:
app.h
Log Message:
Code cleanup
Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- app.h 7 May 2004 20:39:14 -0000 1.7
+++ app.h 7 May 2004 21:14:55 -0000 1.8
@@ -48,8 +48,8 @@
//! Safely spawn an external program while closingn file descriptors
extern int ast_safe_system(const char *s);
-// send DTMF to chan (optionally entertain peer)
-int ast_dtmf_stream(struct ast_channel *chan,struct ast_channel *peer,char *digits,int between);
+//! Send DTMF to chan (optionally entertain peer)
+int ast_dtmf_stream(struct ast_channel *chan, struct ast_channel *peer, char *digits, int between);
#if defined(__cplusplus) || defined(c_plusplus)
}
More information about the svn-commits
mailing list