Reading in serial data and using strcmp

AWOL:

 'GPRMC'

BZZZT

I tried:

if(!(strcmp(buffer, 'GPRMC') == 0 && data_index == false))

and got the error message:

invalid conversion from 'int' to 'const char*'