Made the function to clone a column in the context of a view private

This commit is contained in:
Celine Mercier
2016-04-25 18:15:25 +02:00
parent 65880db422
commit 92980508c0
3 changed files with 81 additions and 83 deletions

View File

@ -104,8 +104,6 @@ cdef extern from "obiview.h" nogil:
int obi_select_line(Obiview_p view, index_t line_nb)
int obi_select_lines(Obiview_p view, index_t* line_nbs)
OBIDMS_column_p obi_view_clone_column(Obiview_p view, const_char_p column_name)
OBIDMS_column_p obi_view_get_column(Obiview_p view, const_char_p column_name)