> 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