Re: [Libevent-users] API question: struct evkeyval

2011-09-12 Thread Nick Mathewson
On Wed, Aug 10, 2011 at 12:41 PM, Mark Ellzey wrote: > On Wed, Aug 10, 2011 at 07:39:02PM +0400, Leonid Evdokimov wrote: >> evhttp_parse_query and evhttp_parse_query_str require preallocated >> struct evkeyvalq that has unstable ABI according to section 2.1 of >> whatsnew-2.0.txt >> >> But these f

Re: [Libevent-users] API question: struct evkeyval

2011-08-10 Thread Mark Ellzey
On Wed, Aug 10, 2011 at 07:39:02PM +0400, Leonid Evdokimov wrote: > evhttp_parse_query and evhttp_parse_query_str require preallocated > struct evkeyvalq that has unstable ABI according to section 2.1 of > whatsnew-2.0.txt > > But these functions are placed in "stable ABI" header event2/http.h >

[Libevent-users] API question: struct evkeyval

2011-08-10 Thread Leonid Evdokimov
evhttp_parse_query and evhttp_parse_query_str require preallocated struct evkeyvalq that has unstable ABI according to section 2.1 of whatsnew-2.0.txt But these functions are placed in "stable ABI" header event2/http.h Maybe, there these functions should be placed into _compat, _internal or somet