summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_bri.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/card_bri.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/card_bri.c')
-rw-r--r--drivers/dahdi/xpp/card_bri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/card_bri.c b/drivers/dahdi/xpp/card_bri.c
index b7beb84..1f0bf6f 100644
--- a/drivers/dahdi/xpp/card_bri.c
+++ b/drivers/dahdi/xpp/card_bri.c
@@ -748,7 +748,7 @@ static int BRI_card_dahdi_postregistration(xpd_t *xpd, bool on)
return(0);
}
-static int BRI_card_hooksig(xbus_t *xbus, xpd_t *xpd, int pos, dahdi_txsig_t txsig)
+static int BRI_card_hooksig(xbus_t *xbus, xpd_t *xpd, int pos, enum dahdi_txsig txsig)
{
LINE_DBG(SIGNAL, xpd, pos, "%s\n", txsig2str(txsig));
return 0;