<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/lqsort.c">
<Name>LQT_SortWordPlaces</Name>
<Class>Database/Update, Database/Words
<Purpose>
Sorts the given WordPlace array using Quicker Sort
to the in-memory stop list, to be ignored by LQT_ReadWord.
A WordPlace array must be sorted in ascending order by FID, then
by Block In File, then by Word Within Block, in order to be
written to the database.  Since this is exactly the order generated
by reading files one at a time from beginning to end, this
routine is not currently used.
<Notes>
Buggy, I think.
</Function>
<Decl>
API void
LQT_SortWordPlaces(db, NumberOfWordPlaces, WordPlaces)
    t_LQTEXT_Database *db;
    unsigned long NumberOfWordPlaces;
    t_WordPlace *WordPlaces;
</Decl>
</Entry>
