Hi, list

There is http_header_pack() function declared in http.h.
It used in wap-appl.c

Now it doesn't implemented:

void http_header_pack(List *headers)
{
    gwlib_assert_init();
    gw_assert(headers != NULL);
    /* XXX not implemented yet. */
}

And I can't find any description for it.

Does anybody know what it intended for?


--
Vjacheslav Chekushin                                mailto:[EMAIL PROTECTED]
Latvian Mobile Phone Company                        http://www.lmt.lv


Reply via email to