Code:
int strindex(char source(), char searchfor[]);
should be

Code:
int strindex(char source[], char searchfor[]);