aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 04:05:21 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 04:05:21 +0000
commitc46070c6e919dcf8ae1879758bc42ce19d6ede49 (patch)
tree45a525ec888f76ec6601ace501c3582075bd6c1b /include/asterisk
parent8140a34777fb8e3111d276cd5373564190a2390a (diff)
Really clean up indications to use the linkedlists API
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48709 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-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 */