[OTR-dev] 2.0.0 pre-releases coming soon
Evan Schoenberg
evan.s at dreskin.net
Mon Jan 31 01:15:23 EST 2005
Erm, sorry, I think I meant:
OtrlUserState* otr_plugin_get_userstate(void)
{
return &otrg_plugin_userstate;
}
and
/* Return a pointer to the user state used by the gaim-otr plugin */
OtrlUserState* otr_plugin_get_userstate(void);
On Jan 30, 2005, at 10:38 PM, Evan Schoenberg wrote:
> Another minor modification to current source: there's no way to
> retrieve the OtrlUserState used by the plugin from code that isn't
> compiled immediately alongside otr-plugin.c. Could you please add to
> otr-plugin.c:
>
> OtrlUserState otr_plugin_get_userstate(void)
> {
> return otrg_plugin_userstate;
> }
>
>
> And to otr-plugin.h:
>
> /* Return the user state used by the gaim-otr plugin */
> OtrlUserState otr_plugin_get_userstate(void);
>
> Without those, the Adium callbacks can no longer use the various
> context methods.
>
> Thanks,
> Evan
>
> On Jan 30, 2005, at 6:05 PM, Ian Goldberg wrote:
>
>
>> If you'd like to see snapshots of what's coming in 2.0.0 (both libotr
>> and gaim-otr), check out:
>>
>> http://www.cypherpunks.ca/otr/libotr-cvs-latest.tar.gz
>> http://www.cypherpunks.ca/otr/gaim-otr-cvs-latest.tar.gz
>>
>> If anyone has any more requests for 2.0.0, now's the time to speak up.
>> Sometime this week, we'll put together 1.99.99 packages for people to
>> bang on for a short while, and then 2.0.0 a little later, assuming all
>> goes well with the banging.
>>
>> - Ian
>> _______________________________________________
>> OTR-dev mailing list
>> OTR-dev at lists.cypherpunks.ca
>> http://lists.cypherpunks.ca/mailman/listinfo/otr-dev
>>
> _______________________________________________
> OTR-dev mailing list
> OTR-dev at lists.cypherpunks.ca
> http://lists.cypherpunks.ca/mailman/listinfo/otr-dev
>
More information about the OTR-dev
mailing list