* Constness and voidness.
This commit is contained in:
parent
6bb9d0fa04
commit
a88f797455
3 changed files with 7 additions and 6 deletions
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: slip.h,v 1.2 2006/09/26 15:47:26 bg- Exp $
|
||||
* @(#)$Id: slip.h,v 1.3 2007/01/23 12:29:50 bg- Exp $
|
||||
*/
|
||||
|
||||
#ifndef __SLIP_H__
|
||||
|
@ -63,7 +63,7 @@ u8_t slip_send(void);
|
|||
*/
|
||||
int slip_input_byte(unsigned char c);
|
||||
|
||||
u8_t slip_write(u8_t *ptr, int len);
|
||||
u8_t slip_write(const void *ptr, int len);
|
||||
|
||||
/* Did we receive any bytes lately? */
|
||||
extern u8_t slip_active;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue