MovePDB.c



BOOL MovePDB(PDB *move, PDB **from, PDB **to)

Inputs

PDB *move PDB record to be moved

Input/Output

PDB **from Start of PDB linked list containing record
PDB **to Start of output linked list

Returns

BOOL Success?

Description

Moves a PDB record from one linked list to another. from and ret should point to the start of the 2 lists. If the ret list hasn't been started, ret should be NULL. Returns TRUE if moved, FALSE otherwise.

Created: 13.05.92 Last Modified: 19.06.92