summaryrefslogtreecommitdiff
path: root/src/station_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_func.h')
-rw-r--r--src/station_func.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/station_func.h b/src/station_func.h
index 893e12bc6..2b5fbf57d 100644
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -30,9 +30,8 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
bool HasStationInUse(StationID station, CompanyID company);
-RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
+RoadStop *GetRoadStopByTile(TileIndex tile, RoadStopType type);
uint GetNumRoadStops(const Station *st, RoadStopType type);
-RoadStop * AllocateRoadStop();
void ClearSlot(struct RoadVehicle *v);