Code:
int main()
{
	// ...
	LINKED_LINE* line;
	unsigned long line = 0, col = 0;
In the above code, you have 2 variables declared right next to each other. Both variables are named line. Also, your editor.c file is not including linked-line.h.