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 26bce0b..863ad04 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -1012,10 +1012,10 @@ struct dahdi_dynamic_driver {
void dahdi_dynamic_receive(struct dahdi_span *span, unsigned char *msg, int msglen);
/*! \brief Register a dynamic driver */
-int dahdi_dynamic_register(struct dahdi_dynamic_driver *driver);
+int dahdi_dynamic_register_driver(struct dahdi_dynamic_driver *driver);
/*! \brief Unregister a dynamic driver */
-void dahdi_dynamic_unregister(struct dahdi_dynamic_driver *driver);
+void dahdi_dynamic_unregister_driver(struct dahdi_dynamic_driver *driver);
/*! Receive on a span. The DAHDI interface will handle all the calculations for
all member channels of the span, pulling the data from the readchunk buffer */