[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: data_out return status
From: |
Ben Pfaff |
Subject: |
Re: data_out return status |
Date: |
Sat, 19 Nov 2005 21:43:21 -0800 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
John Darrington <address@hidden> writes:
> Any objections if I change the return type of data_out from void to
> bool, to indicate success/failure ?
By just adding `return ok;' to the end, you mean?
Fine by me.
--
"A computer is a state machine.
Threads are for people who cant [sic] program state machines."
--Alan Cox