summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-25 13:32:06 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-25 13:32:06 -0500
commit5f4a2717737a4c8c5a94ca70f47893db83a7cc30 (patch)
tree0ee988275f485af925468e5640bc9c0e506bb526 /doc
parente1b64326fdd3037c5a380e9e85e549350bb4bde5 (diff)
downloadgpsd-5f4a2717737a4c8c5a94ca70f47893db83a7cc30.tar.gz
The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.
Diffstat (limited to 'doc')
-rw-r--r--doc/explan_libgps_core.c.xml4
-rw-r--r--doc/explanation.xml6
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/explan_libgps_core.c.xml b/doc/explan_libgps_core.c.xml
index d6e4b0b8..b7d402dc 100644
--- a/doc/explan_libgps_core.c.xml
+++ b/doc/explan_libgps_core.c.xml
@@ -47,10 +47,6 @@
result.</para></entry>
</row>
<row>
- <entry><function>void gps_set_raw_hook(struct gps_data_t *gpsdata, void (*hook)(struct gps_data_t *, char *, size_t len, int level))</function></entry>
- <entry><para>Fill in the hook to the data for use in raw mode.</para></entry>
-</row>
-<row>
<entry><function>static void gps_unpack(char *buf, struct gps_data_t *gpsdata)</function></entry>
<entry><para>Keep looping through the data in
<function>buf</function> for JSON objects. Each time one is found,
diff --git a/doc/explanation.xml b/doc/explanation.xml
index 48d34ed0..26d79a85 100644
--- a/doc/explanation.xml
+++ b/doc/explanation.xml
@@ -46,6 +46,12 @@
</author>
<revhistory>
<revision>
+ <revnumber>2.2</revnumber>
+ <date>25 Jan 2011</date>
+ <authorinitials>esr</authorinitials>
+ <revremark>The raw_hook member is gone.</revremark>
+ </revision>
+ <revision>
<revnumber>2.1</revnumber>
<date>6 April 2010</date>
<authorinitials>esr</authorinitials>