Prepare use of resource PLCI instead of NULL PLCI

This commit is contained in:
MelwareDE 2009-04-09 21:13:04 +00:00
parent 9ba91f794a
commit da814a985e
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ extern int cc_add_peer_link_id(struct ast_channel *c);
extern struct ast_channel *cc_get_peer_link_id(const char *p);
extern void capi_remove_nullif(struct capi_pvt *i);
extern struct capi_pvt *capi_mknullif(struct ast_channel *c, unsigned long long controllermask);
extern struct capi_pvt *capi_mkresourceif(struct ast_channel *c, unsigned long long controllermask);
extern int capi_create_reader_writer_pipe(struct capi_pvt *i);
extern struct ast_frame *capi_read_pipeframe(struct capi_pvt *i);
extern int capi_write_frame(struct capi_pvt *i, struct ast_frame *f);