From 021c34a899ec54563cfc9e88024a9ff88ee0c907 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Wed, 2 Mar 2016 19:47:40 +0100 Subject: Add geo locations of A-Netz and B-Netz towers. (not exact location) --- src/bnetz/stations.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/bnetz/stations.h (limited to 'src/bnetz/stations.h') diff --git a/src/bnetz/stations.h b/src/bnetz/stations.h new file mode 100644 index 0000000..ddfba91 --- /dev/null +++ b/src/bnetz/stations.h @@ -0,0 +1,4 @@ + +void station_list(void); +int get_station_by_coordinates(double lat, double lon); + -- cgit v1.2.3