Function louis_sys::lou_findTable[][src]

pub unsafe extern "C" fn lou_findTable(query: *const c_char) -> *mut c_char

Find the best match for a query.

Returns the name of the table, or NULL when no match can be found. If lou_indexTables() has not been previously called, the table search path specified with LOUIS_TABLEPATH will be indexed first. An error message is given when the query is invalid. Freeing the memory of the returned string is the responsibility of the caller.