From eaf2adbe3147264be464b844996e98a370db48e6 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 29 Jul 2008 22:05:03 +0000 Subject: build against the new dahdi/user.h (which is now typedef-free!) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4629 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_tool.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dahdi_tool.c') diff --git a/dahdi_tool.c b/dahdi_tool.c index b819899..fb23a0c 100644 --- a/dahdi_tool.c +++ b/dahdi_tool.c @@ -49,7 +49,7 @@ static int ctl = -1; static int span_max_chan_pos; -static DAHDI_SPANINFO s[DAHDI_MAX_SPANS]; +static struct dahdi_spaninfo s[DAHDI_MAX_SPANS]; static char *dahdi_txlevelnames[] = { "0 db (CSU)/0-133 feet (DSX-1)", @@ -176,7 +176,7 @@ static void sel_callback(newtComponent c, void *cbdata) static void show_bits(int span, newtComponent bitbox, newtComponent inuse, newtComponent levels, newtComponent bpvcount, newtComponent alarms, newtComponent syncsrc, newtComponent irqmisses) { - DAHDI_PARAMS zp; + struct dahdi_params zp; int x; int res; char c; @@ -367,7 +367,7 @@ static void show_span(int span) span_max_chan_pos = s[span].totalchans; for (x=0;x