find_volume
plex->volno = find_volume(token[++parameter], 1); /* insert a pointer to the volume */
volno = find_volume(token[1], 1); /* allocate a volume to initialize */
int find_volume(const char *name, int create);
if (find_volume(msg->newname, 0) >= 0) { /* we have that name already, */