summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-05-07 21:14:55 +0000
committerJames Golovich <james@gnuinter.net>2004-05-07 21:14:55 +0000
commit46b24e8a27a6cbab398bc527b13813e75367de4e (patch)
tree35539a72ebb3554cef1dfd87d4a8395b3140cf70 /include
parent66b96f417c34f877ccba67e466cbb0fc7542c903 (diff)
Code cleanup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index efdf77068..6771b80ae 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -48,8 +48,8 @@ extern int ast_app_messagecount(const char *mailbox, int *newmsgs, int *oldmsgs)
//! 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)
}