summaryrefslogtreecommitdiff
path: root/gpsdclient.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-29 08:39:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-29 08:39:56 -0400
commit5f2026dae224c38b6f725e9697626edf989698eb (patch)
tree00669a230af25e66de1189bb28914bb8baec45fb /gpsdclient.c
parent4873e25e90661026c16aa169096ca94254389f16 (diff)
downloadgpsd-5f2026dae224c38b6f725e9697626edf989698eb.tar.gz
Make the Maidenhead convrter available in Python.
Diffstat (limited to 'gpsdclient.c')
-rw-r--r--gpsdclient.c2
1 files changed, 1 insertions, 1 deletions
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];