mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Merge ast_str_opaque branch (discontinue usage of ast_str internals)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@163991 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -59,6 +59,11 @@ struct ht_element
|
||||
char *val;
|
||||
};
|
||||
|
||||
char *pbx_substitute_variables_helper_full(struct ast_channel *chan, struct varshead *head, const char *cp1, char *cp2, int maxlen, size_t *used);
|
||||
char *pbx_substitute_variables_helper_full(struct ast_channel *chan, struct varshead *head, const char *cp1, char *cp2, int maxlen, size_t *used)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static int hash_string(const void *obj, const int flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user