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