From da814a985e3abef7e3a3f007ca0611ef808814c7 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Thu, 9 Apr 2009 21:13:04 +0000 Subject: [PATCH] Prepare use of resource PLCI instead of NULL PLCI --- chan_capi_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/chan_capi_utils.h b/chan_capi_utils.h index 1b3690e..d28bd2c 100644 --- a/chan_capi_utils.h +++ b/chan_capi_utils.h @@ -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);