summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/dahdi_debug.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@digium.com>2008-08-03 16:25:15 +0000
committerRussell Bryant <russell@digium.com>2008-08-03 16:25:15 +0000
commit3e769ba4640df1f3fe480498c31351efe58b5ec3 (patch)
tree4c277b1f6b631046cb67f0bf3a743212e5a78006 /drivers/dahdi/xpp/dahdi_debug.h
parent65d9b7fc7a2889232c5ce72babd536916bd90ed4 (diff)
Get rid of dahdi_rxsig_t typedef
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4682 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/dahdi_debug.h')
-rw-r--r--drivers/dahdi/xpp/dahdi_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/dahdi_debug.h b/drivers/dahdi/xpp/dahdi_debug.h
index a2cd242..7bf68f3 100644
--- a/drivers/dahdi/xpp/dahdi_debug.h
+++ b/drivers/dahdi/xpp/dahdi_debug.h
@@ -92,7 +92,7 @@
void dump_poll(int debug, const char *msg, int poll);
-static inline char *rxsig2str(dahdi_rxsig_t sig)
+static inline char *rxsig2str(enum dahdi_rxsig sig)
{
switch(sig) {
case DAHDI_RXSIG_ONHOOK: return "ONHOOK";