summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-29 13:43:43 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-29 13:43:43 -0500
commit0f6129a468c005ee2c9a1a066820bae7d8a5bca1 (patch)
tree0b625dbb270b6b0171853052309375aad6748fcb /gps.h
parent34e440c26892b2950d7a368974bbbf59fdf59883 (diff)
downloadgpsd-0f6129a468c005ee2c9a1a066820bae7d8a5bca1.tar.gz
Comment improvement.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index bb9ff7c3..01fcd697 100644
--- a/gps.h
+++ b/gps.h
@@ -40,7 +40,7 @@ extern "C" {
* 4.2 - AIS application IDs split into DAC and FID (May 2010)
* 5.0 - MAXCHANNELS bumped from 20 to 32 for GLONASS (July 2010)
* gps_open() becomes reentrant, what gps_open_r() used to be.
- * gps_poll() removed in favor of gps_read().
+ * gps_poll() removed in favor of gps_read(). The raw hook is gone.
*/
#define GPSD_API_MAJOR_VERSION 5 /* bump on incompatible changes */
#define GPSD_API_MINOR_VERSION 0 /* bump on compatible changes */