Simple enough to understand what it's saying...

class circus
{
...

void getanimal(string animalname, string animaltype,int animalage);
...
};
...