k i need to make a new function like so then?:

artistNodePtr FindArtist( artistNodePtr *sPtr, char *artistID); {

(pseudo)

while sptr != null

if sptr -> data = artistID
return sptr
else sptr -> nextartist_p