summaryrefslogtreecommitdiff
path: root/include/asterisk/indications.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-12-21 04:05:21 +0000
committerJoshua Colp <jcolp@digium.com>2006-12-21 04:05:21 +0000
commitf19ff5a45114afad991e734c5e2a9f07d9028ad3 (patch)
tree45a525ec888f76ec6601ace501c3582075bd6c1b /include/asterisk/indications.h
parent77d7b36217f0186556cb3928f876ca88509d9da5 (diff)
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
Diffstat (limited to 'include/asterisk/indications.h')
-rw-r--r--include/asterisk/indications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h
index a6c1d7c9d..72561819c 100644
--- a/include/asterisk/indications.h
+++ b/include/asterisk/indications.h
@@ -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 */