mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +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:
@@ -69,6 +69,11 @@ struct rc_obj /* short for refcounted object */
|
||||
struct rc_hist *last;
|
||||
};
|
||||
|
||||
void pbx_substitute_variables_helper_full(struct ast_channel *c, struct varshead *headp, const char *cp1, char *cp2, int cp2_size, size_t *used);
|
||||
void pbx_substitute_variables_helper_full(struct ast_channel *c, struct varshead *headp, const char *cp1, char *cp2, int cp2_size, size_t *used)
|
||||
{
|
||||
}
|
||||
|
||||
static unsigned int hashtab_hash_rc(const void *obj)
|
||||
{
|
||||
const struct rc_obj *rc = obj;
|
||||
|
||||
Reference in New Issue
Block a user