summaryrefslogtreecommitdiff
path: root/include/dahdi/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dahdi/kernel.h')
-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 a1424c4..b6864ee 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -793,7 +793,7 @@ struct dahdi_span_ops {
#ifdef DAHDI_SYNC_TICK
/*! Opt: send sync to spans. Called in hard_irq context with chan_lock
* held.*/
- int (*sync_tick)(struct dahdi_span *span, int is_master);
+ void (*sync_tick)(struct dahdi_span *span, int is_master);
#endif
/* ==== Channel Callback Operations ==== */
/*! Opt: Set signalling type (if appropriate) */