API t_NameSpace *
LQU_NameSpaceTableToNameSpace
(Name, theTable)
char *Name;
t_NameSpaceTable theTable;
Purpose
Converts a Name Space Table into a Name Space. This is useful if you have a statically initialised Name Space Table, for example.
The new Name Space has the given Name as its name. The string is pointed to but not copied, and should therefore be allocated by the caller if it is not static data. The entries in the Name Space Table are copied, but their Name fields are simply pointed to.
Returns
the newly created Name Space if successful. Currently, a failure is always fatal.