mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 22:05:25 +00:00
remove ast_safe_string_alloc() - it is completely
equivalent to asprintf(). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48499 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1143,12 +1143,6 @@ void ast_deactivate_generator(struct ast_channel *chan);
|
||||
|
||||
void ast_set_callerid(struct ast_channel *chan, const char *cidnum, const char *cidname, const char *ani);
|
||||
|
||||
|
||||
/*! return a mallocd string with the result of sprintf of the fmt and following args */
|
||||
char *ast_safe_string_alloc(const char *fmt, ...);
|
||||
|
||||
|
||||
|
||||
/*! Start a tone going */
|
||||
int ast_tonepair_start(struct ast_channel *chan, int freq1, int freq2, int duration, int vol);
|
||||
/*! Stop a tone from playing */
|
||||
|
Reference in New Issue
Block a user