Renamed 'unmap_header' function to 'close_header'

This commit is contained in:
Celine Mercier
2016-04-14 15:19:27 +02:00
parent 4cb52e1632
commit 73d64e5aff
3 changed files with 5 additions and 5 deletions

View File

@ -311,7 +311,7 @@ OBIDMS_column_header_p obi_column_get_header_from_name(OBIDMS_p dms, const char*
* @since October 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)
*/
int obi_unmap_header(OBIDMS_column_header_p header);
int obi_close_header(OBIDMS_column_header_p header);
/**