From 91fa18e0e661f95841e6eb0864b3e624ce9d3894 Mon Sep 17 00:00:00 2001 From: nifi Date: Mon, 23 Mar 2009 10:58:00 +0000 Subject: [PATCH] removed unused prototype --- core/net/rime/packetbuf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/rime/packetbuf.h b/core/net/rime/packetbuf.h index 9d32a5273..1c686da5f 100644 --- a/core/net/rime/packetbuf.h +++ b/core/net/rime/packetbuf.h @@ -40,7 +40,7 @@ * * This file is part of the Contiki operating system. * - * $Id: packetbuf.h,v 1.1 2009/03/12 23:04:52 adamdunkels Exp $ + * $Id: packetbuf.h,v 1.2 2009/03/23 10:58:00 nifi Exp $ */ /** @@ -398,7 +398,6 @@ const rimeaddr_t *packetbuf_addr(uint8_t type); #endif /* PACKETBUF_CONF_ATTRS_INLINE */ void packetbuf_attr_clear(void); -int packetbuf_attr_isset(uint8_t type); void packetbuf_attr_copyto(struct packetbuf_attr *attrs, struct packetbuf_addr *addrs);