Your function MOST likely needs to match what it expects to see. This is a guess what DOES your header contain?

Try


int wurfl_ismobile(char *useragent){
return 1;
}