API change for Rime: *_setup() renamed to *_open()
This commit is contained in:
parent
a97285863e
commit
43326b5ae6
27 changed files with 73 additions and 73 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: abc.h,v 1.5 2007/03/15 21:24:29 adamdunkels Exp $
|
||||
* $Id: abc.h,v 1.6 2007/03/19 19:24:37 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -77,7 +77,7 @@ struct abc_conn {
|
|||
* when a packet arrives on the channel.
|
||||
*
|
||||
*/
|
||||
void abc_setup(struct abc_conn *c, u16_t channel,
|
||||
void abc_open(struct abc_conn *c, u16_t channel,
|
||||
const struct abc_callbacks *u);
|
||||
|
||||
/**
|
||||
|
@ -90,7 +90,7 @@ void abc_setup(struct abc_conn *c, u16_t channel,
|
|||
* before this function is called.
|
||||
*
|
||||
* The parameter c must point to an abc connection that
|
||||
* must have previously been set up with abc_setup().
|
||||
* must have previously been set up with abc_open().
|
||||
*
|
||||
*/
|
||||
int abc_send(struct abc_conn *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue