summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libgps.xml')
-rw-r--r--libgps.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/libgps.xml b/libgps.xml
index a13d606c..2afd7d6b 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -35,7 +35,8 @@ 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>)(struct gps_data_t *, char *buf)</paramdef>
+ <paramdef>void (*<parameter>hook</parameter>)(struct gps_data_t *,
+ char *buf, size_t len)</paramdef>
</funcprototype>
<funcprototype>
<funcdef>int <function>gps_poll</function></funcdef>
@@ -48,7 +49,8 @@ C:
<funcprototype>
<funcdef>void <function>gps_set_callback</function></funcdef>
<paramdef>struct gps_data_t *<parameter>gpsdata</parameter></paramdef>
- <paramdef>void (*<parameter>callback</parameter>)(struct gps_data_t *sentence, char *buf)</paramdef>
+ <paramdef>void (*<parameter>callback</parameter>)(struct
+ gps_data_t *sentence, char *buf, size_t len)</paramdef>
<paramdef>pthread_t *<parameter>handler</parameter></paramdef>
</funcprototype>
<funcprototype>