X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=include%2Fasterisk%2Fcompat.h;h=19ae6e9b14e7682b4ea1ef76fb95cc0e08338be0;hp=d918cd70759d12629d7a1b0ffcaffe67e27f55a1;hb=b693c30a6680dca743ea2a29de9eb2a91de4f992;hpb=9335ace850459f02e49ee1427f6b675d613b7403 diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index d918cd7..19ae6e9 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -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