Bugfixes, updates

This commit is contained in:
adamdunkels 2007-05-15 08:09:21 +00:00
parent a9e8e9f4fe
commit 940da856de
27 changed files with 557 additions and 288 deletions

View file

@ -40,7 +40,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rimebuf.h,v 1.8 2007/03/31 18:31:28 adamdunkels Exp $
* $Id: rimebuf.h,v 1.9 2007/05/15 08:09:21 adamdunkels Exp $
*/
/**
@ -53,7 +53,7 @@
#ifndef __RIMEBUF_H__
#define __RIMEBUF_H__
#include "contiki-net.h"
#include "contiki-conf.h"
/**
* \brief The size of the rimebuf, in bytes
@ -298,7 +298,6 @@ int rimebuf_hdralloc(int size);
*/
int rimebuf_hdrreduce(int size);
#endif /* __RIMEBUF_H__ */
/** @} */
/** @} */