From 8f3abf5f30292f9c61be98cb1297cf2304e5deba Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Thu, 30 Nov 2006 18:25:51 +0000 Subject: [PATCH] Small update git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48150 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/devicestate.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main/devicestate.c b/main/devicestate.c index 9fe50e6f16..2fd8d82bd9 100644 --- a/main/devicestate.c +++ b/main/devicestate.c @@ -81,6 +81,12 @@ * changes for the object. For manager, this results * in events. For SIP, NOTIFY requests. * + * - Device states + * \arg \ref devicestate.c + * \arg \ref devicestate.h + * - Extension states + * \arg \ref pbx.c + * \arg \ref pbx.h * */