26#ifndef _ASTERISK_EXPR_H 
   27#define _ASTERISK_EXPR_H 
   30#if defined(__cplusplus) || defined(c_plusplus) 
   52#if defined(__cplusplus) || defined(c_plusplus) 
int ast_str_expr(struct ast_str **str, ssize_t maxlen, struct ast_channel *chan, char *expr)
Evaluate the given expression.
int ast_expr(char *expr, char *buf, int length, struct ast_channel *chan)
Evaluate the given expression.
Main Channel structure associated with a channel.
Support for dynamic strings.