Multiple definition of a variable in a multi-file sketch

extern byte var_1;
void fnc_1( void );
extern byte var_2;
void fnc_2( void );