summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-26 22:38:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-26 22:38:40 +0000
commitf57255209c5b25c74e1fd5c84b6636bf76f02298 (patch)
tree0e9c29e629ad96baedf3b3e12e73212f8d26169d /gps.h
parent81953ce8e31192d659f6405b28ba3db946d69899 (diff)
downloadgpsd-f57255209c5b25c74e1fd5c84b6636bf76f02298.tar.gz
Eliminate a couple more gps_query() uses.
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 *);