Improved function to build an indexer name

This commit is contained in:
Celine Mercier
2016-04-22 17:38:23 +02:00
parent 839b3000a8
commit 6977c4315c
2 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,9 @@
#include "obidebug.h"
#define DEBUG_LEVEL 0 // TODO has to be defined somewhere else (cython compil flag?)
inline int obi_indexer_exists(OBIDMS_p dms, const char* name);
inline Obi_indexer_p obi_indexer(OBIDMS_p dms, const char* name);