Renamed suc_send_uc() to suc_send(), fixed debug output

This commit is contained in:
adamdunkels 2007-03-20 12:27:32 +00:00
parent d937ff8d16
commit 558ebf3c5d
3 changed files with 16 additions and 13 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: suc.h,v 1.5 2007/03/19 22:10:17 adamdunkels Exp $
* $Id: suc.h,v 1.6 2007/03/20 12:27:32 adamdunkels Exp $
*/
/**
@ -67,7 +67,7 @@ void suc_close(struct suc_conn *c);
int suc_send_stubborn(struct suc_conn *c, rimeaddr_t *receiver);
void suc_cancel(struct suc_conn *c);
int suc_send_uc(struct suc_conn *c, rimeaddr_t *receiver);
int suc_send(struct suc_conn *c, rimeaddr_t *receiver);
void suc_set_timer(struct suc_conn *c, clock_time_t t);