[asterisk-dev] [asterisk-commits] rizzo: trunk r89426 - in /trunk: include/ include/asterisk/ utils/
Kevin P. Fleming
kpfleming at digium.com
Mon Nov 19 15:25:04 CST 2007
SVN commits to the Asterisk project wrote:
> +/*! \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
Two of these three were already *in* a different global header, one that
pretty much every module needs to include anyway (asterisk.h). I think
it makes much more sense to leave them there and just move the one that
was missing...
--
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM)
More information about the asterisk-dev
mailing list