summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 36eb542..72e9bae 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -988,10 +988,10 @@ struct dahdi_transcoder {
struct dahdi_dynamic_driver {
/*! Driver name (e.g. Eth) */
- char name[20];
+ const char *name;
/*! Driver description */
- char desc[80];
+ const char *desc;
/*! Create a new transmission pipe */
void *(*create)(struct dahdi_span *span, char *address);