summaryrefslogtreecommitdiff
path: root/gpsdclient.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-29 07:39:37 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-29 07:39:37 -0400
commit41160f7fa55bc99a3e7a57a957dcae22f33069cb (patch)
treeb662e373d2d1859550fcc384ca1e021cef6b5484 /gpsdclient.h
parent8da7e0a37e3de6e09151e9f07959ccc7d8cbfa0c (diff)
downloadgpsd-41160f7fa55bc99a3e7a57a957dcae22f33069cb.tar.gz
splint-clean the Maidenhead translator and make it available for cgps.
All regression tests pass.
Diffstat (limited to 'gpsdclient.h')
-rw-r--r--gpsdclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsdclient.h b/gpsdclient.h
index dc984f6b..54cf0554 100644
--- a/gpsdclient.h
+++ b/gpsdclient.h
@@ -26,5 +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);
+
#endif /* _GPSDCLIENT_H_ */
/* gpsdclient.h ends here */