Function louis_sys::lou_indexTables[][src]

pub unsafe extern "C" fn lou_indexTables(tables: *mut *const c_char)

Parse, analyze and index tables.

This function must be called prior to lou_findTable() and lou_listTables(). Table names must be provided as a NULL-terminated array of strings. Each table should resolve to exactly one file. An error message is given when a table contains invalid or duplicate metadata fields.