Hi guys, I am meant to create a menu for some void functions:

Code:
		case 1: displayBooks();
		break;
Code:
void displayBooks(BookListType* booklist)
{
}
I'm just not sure how I'm supposed to call the displayBooks function through the menu.
Any help would be much appreciated.

Regards
S.S