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:
Joshua Colp
2006-12-21 04:05:21 +00:00
parent 77d7b36217
commit f19ff5a451
2 changed files with 141 additions and 137 deletions

View File

@@ -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 */