You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe Jr." <wr...@rowe-clan.net> on 2010/02/03 21:36:07 UTC

Re: svn commit: r906206 - /apr/apr/trunk/include/apr_file_io.h

On 2/3/2010 1:50 PM, rpluem@apache.org wrote:
> +APR_DECLARE(apr_status_t) apr_file_rotating_check_manual(apr_file_t *thefile, apr_time_t time);

_check is the verb (method) - or _manual_check if you want to be wordy.
Can we fix this this to conform to style?