Goes with 5e0c9f87
(missing ';' and fixed compilation warnings)
This commit is contained in:
@ -313,19 +313,19 @@ Obiview_p obi_open_view(OBIDMS_p dms, const char* view_name);
|
||||
* @since February 2016
|
||||
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
||||
*/
|
||||
int obi_view_add_column(Obiview_p view,
|
||||
const char* column_name,
|
||||
int obi_view_add_column(Obiview_p view,
|
||||
const char* column_name,
|
||||
obiversion_t version_number,
|
||||
const char* alias,
|
||||
OBIType_t data_type,
|
||||
index_t nb_lines,
|
||||
index_t nb_elements_per_line,
|
||||
const char* elements_names,
|
||||
const char* indexer_name,
|
||||
const char* associated_column_name,
|
||||
const char* alias,
|
||||
OBIType_t data_type,
|
||||
index_t nb_lines,
|
||||
index_t nb_elements_per_line,
|
||||
char* elements_names,
|
||||
const char* indexer_name,
|
||||
const char* associated_column_name,
|
||||
obiversion_t associated_column_version,
|
||||
const char* comments,
|
||||
bool create);
|
||||
const char* comments,
|
||||
bool create);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user