From f737127ccaa1f6a015164db4f0292f2af1572049 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 8 Jan 2008 07:55:00 +0000 Subject: [PATCH] Minor type change --- core/net/rime/collect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rime/collect.h b/core/net/rime/collect.h index 53ff32e63..e46f3aa78 100644 --- a/core/net/rime/collect.h +++ b/core/net/rime/collect.h @@ -47,7 +47,7 @@ * * This file is part of the Contiki operating system. * - * $Id: collect.h,v 1.2 2007/12/09 15:43:09 adamdunkels Exp $ + * $Id: collect.h,v 1.3 2008/01/08 07:55:00 adamdunkels Exp $ */ /** @@ -79,7 +79,7 @@ struct collect_conn { u8_t seqno; }; -void collect_open(struct collect_conn *c, u16_t channels, +void collect_open(struct collect_conn *c, uint16_t channels, const struct collect_callbacks *callbacks); void collect_close(struct collect_conn *c);