int threadFunction(void * data); then when it's called: SDL_CreateThread(threadFunction, NULL); but when I do this I get: no matches converting function `tLogon' to type `int (*)(void*) what am I doing wrong?