mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 10:22:46 +00:00
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:
@@ -176,4 +176,14 @@ typedef unsigned int u_int32_t;
|
||||
typedef unsigned long long uint64_t;
|
||||
#endif
|
||||
|
||||
/*! \brief
|
||||
* Definition of various structures that many asterisk files need,
|
||||
* but only because they need to know that the type exists.
|
||||
*
|
||||
* We can move them to a different global header if necessary.
|
||||
*/
|
||||
struct ast_channel;
|
||||
struct ast_frame;
|
||||
struct ast_module;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user