You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2005/07/18 18:53:06 UTC

Re: svn commit: r219295 - in /apr/apr/trunk: file_io/os2/filestat.c include/arch/os2/apr_arch_file_io.h time/unix/time.c

> apr_status_t apr_os2_time_to_apr_time(apr_time_t *result, FDATE os2date, 
>                                       FTIME os2time);
>+apr_status_t apr_apr_time_to_os2_time(FDATE *os2date, FTIME *os2time,
>+                                      apr_time_t aprtime);

I'm looking at this - doesn't it seem more like an apr_os_
function, if you are going to export these two?

Bill