summaryrefslogtreecommitdiff
path: root/gpsdclient.h
diff options
context:
space:
mode:
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 */