summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-03-14 07:09:57 +0000
committerOlle Johansson <oej@edvina.net>2006-03-14 07:09:57 +0000
commitb4a0e2a8bbabdd371ec5f8367ca45b23bdbc5dec (patch)
treeaab34afda416d3e4d78c441185cc8f2e941a594b /res/res_features.c
parentfcc0ca86275cc5d9de702fb92b88806e65b2ef0f (diff)
- Formatting fix in musiconhold
- One extra doxygen comment in res_features git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index ed90aef2c..dab637655 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1451,6 +1451,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
return res;
}
+/*! \brief Take care of parked calls and unpark them if needed */
static void *do_parking_thread(void *ignore)
{
int ms, tms, max;