summaryrefslogtreecommitdiff
path: root/gpsdclient.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-30 04:37:26 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-30 04:37:26 -0400
commitcfb5daa16285c63739384dcf256a44b2134e7828 (patch)
treec22f1de76b5d4eac0516685eb07b85d184e8b4bc /gpsdclient.h
parent835994cbf2fe3bd516c914ca269596dfbab680de (diff)
downloadgpsd-cfb5daa16285c63739384dcf256a44b2134e7828.tar.gz
Cosmetic fix from mike_t, slightly hacked. All regression tests pass.
Diffstat (limited to 'gpsdclient.h')
-rw-r--r--gpsdclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpsdclient.h b/gpsdclient.h
index 799de6ce..acc4017e 100644
--- a/gpsdclient.h
+++ b/gpsdclient.h
@@ -28,5 +28,8 @@ extern void gpsd_source_spec(/*@null@*/const char *fromstring,
char *maidenhead(double n,double e);
+/* this needs to match JSON_DATE_MAX in gpsd.h */
+#define CLIENT_DATE_MAX 24
+
#endif /* _GPSDCLIENT_H_ */
/* gpsdclient.h ends here */