AddSearch
AddSearch Adds a search procedure to head of the device record's list
#include <Quickdraw.h> Color Manager
void AddSearch( searchProc );
ColorSearchProcPtr searchProc ; pointer to new search procedure
AddSearch puts a new search procedure at the head of the list and allocates
an SProcRec. You would use this instead of a custom procedure.
searchProc is the new search procedure
Returns: none