mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Update coding guidelines, fix "say.c" compile on older compilers, update coding guidelines (includes bug #1631)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2967 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -36,7 +36,7 @@ extern "C" {
|
||||
int ast_say_number(struct ast_channel *chan, int num, char *ints, char *lang, char *options);
|
||||
|
||||
/* Same as above with audiofd for received audio and returns 1 on ctrlfd being readable */
|
||||
int ast_say_number_full(struct ast_channel *chan, int num, char *ints, char *lang, int audiofd, int ctrlfd);
|
||||
int ast_say_number_full(struct ast_channel *chan, int num, char *ints, char *lang, char *options, int audiofd, int ctrlfd);
|
||||
|
||||
//! says digits
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user