hi pgSetContext is missing in cli_c (along with some other things, but i needed just setcontext :) so here are diffs to api.c and clien_c.h ...
58a59,65
> void pgSetContext(int id) {
> struct pgreqd_setcontext arg;
> arg.context = htonl(id);
>
> _pg_add_request(PGREQ_SETCONTEXT, &arg, sizeof(arg));
> }
>
1476a1477,1478 > void pgSetContext(int id); >
