On 1/28/12 5:00 PM, Gabriel Charette wrote:
Why do you need two functions: pph_stream_close and pph_stream_close_no_flush only to call pph_stream_close_1 with a different flag? Seems like leaving pph_stream_close_1 as pph_stream_close and simply making the calls themselves with true/false flags is simpler...
Well, I find it clearer to have more explicit names for the API than using flags.
Diego.