From 5f2026dae224c38b6f725e9697626edf989698eb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 29 Mar 2011 08:39:56 -0400 Subject: Make the Maidenhead convrter available in Python. --- gpsdclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsdclient.c') diff --git a/gpsdclient.c b/gpsdclient.c index c9137c52..b4c0723a 100644 --- a/gpsdclient.c +++ b/gpsdclient.c @@ -175,7 +175,7 @@ void gpsd_source_spec(const char *arg, struct fixsource_t *source) /*@ +observertrans -statictrans +mustfreeonly +branchstate +kepttrans @*/ -char *latlon2maidenhead(double n, double e) +char *maidenhead(double n, double e) /* lat/lon to Maidenhead (from QGrid - http://users.pandora.be/on4qz/qgrid/) */ { static char buf[7]; -- cgit v1.2.1