mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Really clean up indications to use the linkedlists API
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48709 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -46,7 +46,7 @@ struct tone_zone_sound {
|
||||
};
|
||||
|
||||
struct tone_zone {
|
||||
struct tone_zone* next; /* next in list */
|
||||
AST_RWLIST_ENTRY(tone_zone) list;
|
||||
char country[5]; /* Country code */
|
||||
char alias[5]; /* is this an alias? */
|
||||
char description[40]; /* Description */
|
||||
|
||||
Reference in New Issue
Block a user