Index: branches/green_dot/fep_client.cpp
===================================================================
--- branches/green_dot/fep_client.cpp	(revision 138)
+++ branches/green_dot/fep_client.cpp	(revision 165)
@@ -28,5 +28,5 @@
 }
 
-void xfer_replys(CLIENT *clnt, FEP_LINE_LDS *lines, int lines_size, LDS_LOOP *ldsMap)
+void xfer_replys(CLIENT *clnt, FEP_LINE_LDS *lines, int lines_size, STATION *ldsMap)
 {
 	int i, j; // i == line_index, j == lds_index
@@ -140,5 +140,5 @@
 	FEP_LINE_LDS *lines = load_lines(&lines_size, "./lines_atms.txt");
 	printf("Loading ldsMap...\n");
-	LDS_LOOP *ldsMap = load_lds("./lds_atms.txt");
+	STATION *ldsMap = load_lds("./lds_atms.txt");
 
 	/* Transfer data to ATMS */
