Renamed rimebuf_hdrextend() to rimebuf_hdralloc()

This commit is contained in:
adamdunkels 2007-03-23 10:46:35 +00:00
parent 54228ae6e4
commit 013701f50c
13 changed files with 27 additions and 27 deletions

View file

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: abc.c,v 1.7 2007/03/20 12:28:13 adamdunkels Exp $
* $Id: abc.c,v 1.8 2007/03/23 10:46:35 adamdunkels Exp $
*/
/**
@ -74,7 +74,7 @@ abc_close(struct abc_conn *c)
int
abc_send(struct abc_conn *c)
{
if(rimebuf_hdrextend(sizeof(struct abc_hdr))) {
if(rimebuf_hdralloc(sizeof(struct abc_hdr))) {
struct abc_hdr *hdr = rimebuf_hdrptr();
DEBUGF(1, "%d: abc: abc_send on channel %d\n", rimeaddr_node_addr.u16, c->channel);