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

@ -69,7 +69,7 @@ cdef extern from "obidmscolumn.h" nogil:
const_char_p column_name,
obiversion_t version_number)
int obi_unmap_header(OBIDMS_column_header_p header)
int obi_close_header(OBIDMS_column_header_p header)
char* obi_column_format_date(time_t date)