29 #ifndef _ASTERISK_AUTOCHAN_H
30 #define _ASTERISK_AUTOCHAN_H
Main Channel structure associated with a channel.
Asterisk main include file. File version handling, generic pbx functions.
struct ast_channel * chan
A set of macros to manage forward-linked lists.
#define AST_LIST_ENTRY(type)
Declare a forward link structure inside a list entry.
void ast_autochan_new_channel(struct ast_channel *old_chan, struct ast_channel *new_chan)
Switch what channel autochans point to.
void ast_autochan_destroy(struct ast_autochan *autochan)
destroy an ast_autochan structure
struct ast_autochan * ast_autochan_setup(struct ast_channel *chan)
set up a new ast_autochan structure
struct ast_autochan::@144 list