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: https://origsvn.digium.com/svn/asterisk/trunk@89426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-19 19:36:32 +00:00
parent 9335ace850
commit b693c30a66
5 changed files with 10 additions and 11 deletions

View File

@@ -36,7 +36,6 @@
extern "C" {
#endif
struct ast_channel;
struct ast_frame;
/* Configuration flags */