From d727c90888f32c7a554874dae821c47d5157ff3f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 3 Aug 2008 15:42:46 +0000 Subject: Rework the table of signalling bits for signalling types and hook states in dahdi_rbs_sethook() to a much more readable and less error prone format. In passing, get rid of the dahdi_txsig_t typedef, and fix uses of it throughout the tree. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4679 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi/wctdm.c') diff --git a/drivers/dahdi/wctdm.c b/drivers/dahdi/wctdm.c index b575b98..ad2cbb1 100644 --- a/drivers/dahdi/wctdm.c +++ b/drivers/dahdi/wctdm.c @@ -1945,7 +1945,7 @@ static int wctdm_close(struct dahdi_chan *chan) return 0; } -static int wctdm_hooksig(struct dahdi_chan *chan, dahdi_txsig_t txsig) +static int wctdm_hooksig(struct dahdi_chan *chan, enum dahdi_txsig txsig) { struct wctdm *wc = chan->pvt; int reg=0; -- cgit v1.2.3