#include <indications.h>

Data Fields | |
| struct tone_zone * | next |
| char | country [5] |
| char | alias [5] |
| char | description [40] |
| int | nrringcadance |
| int * | ringcadance |
| struct tone_zone_sound * | tones |
Definition at line 41 of file indications.h.
Definition at line 42 of file indications.h.
| char country[5] |
Definition at line 43 of file indications.h.
| char alias[5] |
Definition at line 44 of file indications.h.
| char description[40] |
Definition at line 45 of file indications.h.
| int nrringcadance |
Definition at line 46 of file indications.h.
| int* ringcadance |
Definition at line 47 of file indications.h.
struct tone_zone_sound* tones [read] |
Definition at line 48 of file indications.h.
1.5.6