summaryrefslogtreecommitdiff
path: root/include/asterisk/indications.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/indications.h')
-rw-r--r--include/asterisk/indications.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h
index c0c17e5f5..13422d92b 100644
--- a/include/asterisk/indications.h
+++ b/include/asterisk/indications.h
@@ -62,6 +62,8 @@ struct ast_tone_zone_sound {
};
};
+#define MAX_TONEZONE_COUNTRY 16
+
/*!
* \brief A set of tones for a given locale
*
@@ -72,7 +74,7 @@ struct ast_tone_zone_sound {
*/
struct ast_tone_zone {
/*! \brief Country code that this set of tones is for */
- char country[16];
+ char country[MAX_TONEZONE_COUNTRY];
/*!
* \brief Text description of the given country.
*