summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h2
1 files changed, 1 insertions, 1 deletions
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);