summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index ddf8f367..cfdc8705 100644
--- a/gps.h
+++ b/gps.h
@@ -966,6 +966,7 @@ struct gps_data_t {
#define WATCH_RAW 0x02u
#define WATCH_NOJITTER 0x04u
#define WATCH_SCALED 0x08u
+#define WATCH_NEWSTYLE 0x10u /* for test purposes only - will go away */
extern /*@null@*/ struct gps_data_t *gps_open(const char *host, const char *port);
int gps_close(struct gps_data_t *);