Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
109:a5b8264ffbbc
Parent:
108:18a3702650f3
Child:
113:db67ae00550e
--- a/call_manager.h	Wed Mar 18 13:33:54 2015 +0000
+++ b/call_manager.h	Tue Apr 07 14:27:44 2015 +0000
@@ -59,7 +59,7 @@
  * ...
  * @endcode
  */
-void call_manager( Vector * v_call, Vector * v_cb, Timeslice * ts );
+void call_manager( Vector * v_call, Vector * v_cb, uint8_t * data, uint8_t * write_buffer, Timeslice * ts );
 
 void invite_handler( Vector * v_call, Vector * v_cb, Timeslice * ts, Call_Box * cb );