packetbuf: Removed function prototypes
This commit is contained in:
parent
a1b91d8b59
commit
11c03eef79
|
@ -370,11 +370,6 @@ enum {
|
||||||
extern struct packetbuf_attr packetbuf_attrs[];
|
extern struct packetbuf_attr packetbuf_attrs[];
|
||||||
extern struct packetbuf_addr packetbuf_addrs[];
|
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
|
static inline int
|
||||||
packetbuf_set_attr(uint8_t type, const packetbuf_attr_t val)
|
packetbuf_set_attr(uint8_t type, const packetbuf_attr_t val)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue