Where can I find the definition of the function: static_proto_init ?
Mark Doliner
mark at kingant.net
Sat Aug 11 18:30:17 EDT 2007
On Thu, 9 Aug 2007 17:17:38 +0800, Wade Yin wrote
> I just want to figure out when the protocol handler been
> registred, such as msn_login().
>
> Is it in purple_core_init() -> static_proto_init()? But I can
> find the function body in source.
>
> Any suggestion?
I believe static_proto_init is constructed by configure.ac/configure and
inserted into the top level config.h, which is then used in core.c just above
purple_core_init().
-Mark
More information about the Devel
mailing list