summaryrefslogtreecommitdiff
path: root/gpsdclient.h
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.h
parent4873e25e90661026c16aa169096ca94254389f16 (diff)
downloadgpsd-5f2026dae224c38b6f725e9697626edf989698eb.tar.gz
Make the Maidenhead convrter available in Python.
Diffstat (limited to 'gpsdclient.h')
-rw-r--r--gpsdclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsdclient.h b/gpsdclient.h
index 54cf0554..799de6ce 100644
--- a/gpsdclient.h
+++ b/gpsdclient.h
@@ -26,7 +26,7 @@ extern /*@observer@*/ char *deg_to_str( enum deg_str_type type, double f);
extern void gpsd_source_spec(/*@null@*/const char *fromstring,
/*@out@*/struct fixsource_t *source);
-char *latlon2maidenhead(double n,double e);
+char *maidenhead(double n,double e);
#endif /* _GPSDCLIENT_H_ */
/* gpsdclient.h ends here */