code formatting and comments, plus minor device state fix (bug #4171)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-05-15 04:48:30 +00:00
parent 7bcaa0caa2
commit 4910637da7
3 changed files with 107 additions and 53 deletions

View File

@@ -347,10 +347,6 @@ extern int ast_getformatbyname(char *name);
*/
extern char *ast_codec2str(int codec);
/*! Pick the best codec */
/* Choose the best codec... Uhhh... Yah. */
extern int ast_best_codec(int fmts);
struct ast_smoother;
extern struct ast_format_list *ast_get_format_list_index(int index);