Global variable not sticking

void loop() {
  gcode();
  runPlanner();
  extern void loopingColorSearch();
}

That last line is interesting. What do you think the net affect is?