summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-12-15 15:44:59 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-12-15 15:44:59 +0000
commitb6d1722c83121906faa4328b34099dc90863591c (patch)
tree161d4101c449b6b2cb93c2c860f866655d25d056 /include
parent7db228ac9526387d318b9de293693f75dd9a8397 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 88ba77dbc..87f5efea8 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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 */