-garrett
* serf.h
(serf_request_get_alloc): return a pointer to a serf_bucket_alloc_t, as
you can't return the structure since it's only forward declared, and we
only have a pointer anyway.
* context.c (serf_request_deliver): remove return, this function returns void. (serf_request_get_alloc): adjust for change to prototype.
