summaryrefslogtreecommitdiff
path: root/libgpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-07 23:30:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-07 23:30:26 +0000
commitcec96db6986eeb894e43dd01a6e1a26cef3ad706 (patch)
treec7198436c20d6b06476e33afd09f82f2508ae336 /libgpsd.xml
parent1efc70b98907350347785a6f5e21f9179cbc075b (diff)
downloadgpsd-cec96db6986eeb894e43dd01a6e1a26cef3ad706.tar.gz
41 splint warnings.
gps_mask_t type introduced so we won't wire in a bunch of dependencies on the size of the flag mask.
Diffstat (limited to 'libgpsd.xml')
-rw-r--r--libgpsd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd.xml b/libgpsd.xml
index 242c4ac1..7bb7fe87 100644
--- a/libgpsd.xml
+++ b/libgpsd.xml
@@ -40,7 +40,7 @@ C:
<paramdef>struct gps_device_t * <parameter>session</parameter></paramdef>
</funcprototype>
<funcprototype>
-<funcdef>int <function>gpsd_poll</function></funcdef>
+<funcdef>gps_mask_t <function>gpsd_poll</function></funcdef>
<paramdef>struct gps_device_t * <parameter>session</parameter></paramdef>
</funcprototype>
<funcprototype>