Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
117:e9facba9db27
Parent:
116:39a41ebb675c
Child:
119:ee6a53069455
--- a/call_manager.h	Thu Apr 23 20:24:09 2015 +0000
+++ b/call_manager.h	Thu Apr 23 21:53:28 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 );