From 04128951db339ddfd7905adf92990f00a3a01447 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 23 May 2008 15:16:24 +0000 Subject: yay, all the tools compile now git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4339 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- tonezone.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'tonezone.h') diff --git a/tonezone.h b/tonezone.h index ca795f6..b05ebbe 100644 --- a/tonezone.h +++ b/tonezone.h @@ -24,11 +24,7 @@ #ifndef _TONEZONE_H #define _TONEZONE_H -#ifdef STANDALONE_ZAPATA -#include "kernel/zaptel.h" -#else -#include -#endif +#include struct tone_zone_sound { int toneid; @@ -44,8 +40,8 @@ struct tone_zone { int zone; /* Zone number */ char country[10]; /* Country code */ char description[40]; /* Description */ - int ringcadence[ZT_MAX_CADENCE]; /* Ring cadence */ - struct tone_zone_sound tones[ZT_TONE_MAX]; + int ringcadence[DAHDI_MAX_CADENCE]; /* Ring cadence */ + struct tone_zone_sound tones[DAHDI_TONE_MAX]; int dtmf_high_level; /* Power level of high frequency component of DTMF, expressed in dBm0. */ int dtmf_low_level; /* Power level of low frequency component -- cgit v1.2.3