summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-10 03:53:47 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-10 03:53:47 +0000
commitf49bf889ffbe77138c3e8d4a62b8ab4c7726c3fe (patch)
treee482a66125f1eadd594a7d7a91a13bb80bd93c60 /libgps.xml
parent62bf6e6e3aca3c39bc020a7ffbe6456e403f5241 (diff)
downloadgpsd-f49bf889ffbe77138c3e8d4a62b8ab4c7726c3fe.tar.gz
Prerelease cleanup.
Restrict scope of session variables in the damon. Give the raw_hook function direct access to the output data. raw_hook now copes correctly when passed multiple sentences.
Diffstat (limited to 'libgps.xml')
-rw-r--r--libgps.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgps.xml b/libgps.xml
index 68651cc8..008716a0 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -35,7 +35,7 @@ C:
<funcprototype>
<funcdef>void <function>gps_set_raw_hook</function></funcdef>
<paramdef>struct gps_data_t *<parameter>gpsdata</parameter></paramdef>
- <paramdef>void (*<parameter>hook</parameter>)(char *buf)</paramdef>
+ <paramdef>void (*<parameter>hook</parameter>)(struct gps_data_t *, char *buf)</paramdef>
</funcprototype>
<funcprototype>
<funcdef>int <function>gps_poll</function></funcdef>