mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 04:18:21 +00:00
use string fields for some stuff in ast_channel
const-ify some more APIs remove 'type' field from ast_channel, in favor of the one in the channel's tech structure allow string field module users to specify the 'chunk size' for pool allocations update chan_alsa to be compatible with recent const-ification patches git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -441,7 +441,7 @@ extern struct ast_frame *ast_smoother_read(struct ast_smoother *s);
|
||||
#define ast_smoother_feed_le(s,f) __ast_smoother_feed(s, f, 1)
|
||||
#endif
|
||||
|
||||
extern void ast_frame_dump(char *name, struct ast_frame *f, char *prefix);
|
||||
extern void ast_frame_dump(const char *name, struct ast_frame *f, char *prefix);
|
||||
|
||||
/*! \brief Initialize a codec preference to "no preference" */
|
||||
extern void ast_codec_pref_init(struct ast_codec_pref *pref);
|
||||
|
||||
Reference in New Issue
Block a user