git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Josh Roberson
2005-11-23 05:03:42 +00:00
parent e38a91b45a
commit fb418aa2e0
5 changed files with 46 additions and 39 deletions

View File

@@ -53,8 +53,8 @@ struct tone_zone {
char country[5]; /* Country code */
char alias[5]; /* is this an alias? */
char description[40]; /* Description */
int nrringcadance; /* # registered ringcadance elements */
int *ringcadance; /* Ring cadence */
int nrringcadence; /* # registered ringcadence elements */
int *ringcadence; /* Ring cadence */
struct tone_zone_sound *tones; /* The known tones for this zone */
};