summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-12 03:59:33 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-12 03:59:33 +0000
commitaf07210a5fba210573a84f88164886edec9d72c4 (patch)
tree48edfdfd82d2513a41802df2bd596537cefd632b /gpsd.c
parent21be3a62c11cb671eddfba98f599f451e7f152de (diff)
downloadgpsd-af07210a5fba210573a84f88164886edec9d72c4.tar.gz
Clean up after the raw_hook architecture change.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index db2e778c..8b67ecb8 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -312,7 +312,7 @@ static void notify_watchers(struct gps_device_t *device, char *sentence, ...)
}
static void raw_hook(struct gps_data_t *ud UNUSED,
- char *sentence, int len, int level)
+ char *sentence, size_t len, int level)
/* hook to be executed on each incoming packet */
{
int cfd;