Ignore:
Timestamp:
Mar 16, 2007 9:25:47 AM (17 years ago)
Author:
bennylp
Message:

Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/file_io.h

    r974 r1074  
    164164                                    pj_off_t *pos); 
    165165 
     166/** 
     167 * Flush file buffers. 
     168 * 
     169 * @param fd            The file descriptor. 
     170 * 
     171 * @return              PJ_SUCCESS or the appropriate error code on error. 
     172 */ 
     173PJ_DECL(pj_status_t) pj_file_flush(pj_oshandle_t fd); 
     174 
     175 
    166176/** @} */ 
    167177 
Note: See TracChangeset for help on using the changeset viewer.