From 747e7843a158025eb38816974a811d4576c9a5ee Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 3 Jan 2011 18:25:36 +0000 Subject: dahdi_dynamic: constify the address parameter to create. Signed-off-by: Shaun Ruffell Acked-by: Kinsey Moore git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9574 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index 24bb1b4..ff818e8 100644 --- a/include/dahdi/kernel.h +++ b/include/dahdi/kernel.h @@ -994,7 +994,7 @@ struct dahdi_dynamic_driver { const char *desc; /*! Create a new transmission pipe */ - void *(*create)(struct dahdi_span *span, char *address); + void *(*create)(struct dahdi_span *span, const char *address); /*! Destroy a created transmission pipe */ void (*destroy)(void *tpipe); -- cgit v1.2.3