Added function that removes the header
This commit is contained in:
parent
4c3b69dc07
commit
4e3268e2e2
2 changed files with 12 additions and 9 deletions
|
@ -40,7 +40,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: packetbuf.h,v 1.7 2010/03/26 12:29:29 nifi Exp $
|
||||
* $Id: packetbuf.h,v 1.8 2010/03/29 21:53:04 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -98,6 +98,8 @@ void packetbuf_clear(void);
|
|||
*/
|
||||
void packetbuf_clear_hdr(void);
|
||||
|
||||
void packetbuf_hdr_remove(int bytes);
|
||||
|
||||
/**
|
||||
* \brief Get a pointer to the data in the packetbuf
|
||||
* \return Pointer to the packetbuf data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue