From 11c03eef797ed03820374fc307010c0d76eb636e Mon Sep 17 00:00:00 2001 From: kkrentz Date: Wed, 3 Feb 2016 06:42:18 -0800 Subject: [PATCH] packetbuf: Removed function prototypes --- core/net/packetbuf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/net/packetbuf.h b/core/net/packetbuf.h index cca365f6e..0afd02a74 100644 --- a/core/net/packetbuf.h +++ b/core/net/packetbuf.h @@ -370,11 +370,6 @@ enum { extern struct packetbuf_attr packetbuf_attrs[]; extern struct packetbuf_addr packetbuf_addrs[]; -static int packetbuf_set_attr(uint8_t type, const packetbuf_attr_t val); -static packetbuf_attr_t packetbuf_attr(uint8_t type); -static int packetbuf_set_addr(uint8_t type, const linkaddr_t *addr); -static const linkaddr_t *packetbuf_addr(uint8_t type); - static inline int packetbuf_set_attr(uint8_t type, const packetbuf_attr_t val) {