summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xbus-pcm.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@digium.com>2008-08-03 15:44:24 +0000
committerRussell Bryant <russell@digium.com>2008-08-03 15:44:24 +0000
commit5fa7500cba284f665dc79ed1731132a9c6d25967 (patch)
tree6bac41c6774255c096cdc0d662e973b259faeef7 /drivers/dahdi/xpp/xbus-pcm.c
parent99bb77154edc3511ce751829fcc948de59793dc4 (diff)
Fix a couple last references to dahdi_txsig_t.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4680 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xbus-pcm.c')
-rw-r--r--drivers/dahdi/xpp/xbus-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xbus-pcm.c b/drivers/dahdi/xpp/xbus-pcm.c
index 09ebc13..eabd94e 100644
--- a/drivers/dahdi/xpp/xbus-pcm.c
+++ b/drivers/dahdi/xpp/xbus-pcm.c
@@ -677,7 +677,7 @@ int (*rbsbits)(struct dahdi_chan *chan, int bits);
generate ring, etc directly) then you can just specify a
sethook function, and we'll call you with appropriate hook states
to set. Still set the DAHDI_FLAG_RBS in this case as well */
-int (*hooksig)(struct dahdi_chan *chan, dahdi_txsig_t hookstate);
+int (*hooksig)(struct dahdi_chan *chan, enum dahdi_txsig hookstate);
/* Option 3: If you can't use sig bits, you can write a function
which handles the individual hook states */