aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:36:32 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:36:32 +0000
commitf89608896cf48f3825baf9a2590d70b5794f4732 (patch)
tree583d35d6037430538541fd788901c505ba9fe267 /utils
parent0cc47e4221b233d9cd912c9b7f21f49d80a7ec13 (diff)
move the declaration of struct ast_channel ast_frame and ast_module
to compat.h so it is always available - hopefully this will let us reduce the number of inclusions of channel.h and frame.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89426 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/extconf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index 0e4071833..caed90478 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -1835,8 +1835,6 @@ AST_INLINE_API(int ast_atomic_dec_and_test(volatile int *p),
#define ast_channel_trylock(x) ast_mutex_trylock(&x->lock)
#else
-struct ast_channel;
-
/*! \brief Lock AST channel (and print debugging output)
\note You need to enable DEBUG_CHANNEL_LOCKS for this function */
int ast_channel_lock(struct ast_channel *chan);