Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
119:ee6a53069455
Parent:
117:e9facba9db27
Child:
120:770f00554b1e
--- a/call_manager.h	Fri Apr 24 13:54:24 2015 +0000
+++ b/call_manager.h	Thu Apr 30 15:42:41 2015 +0000
@@ -59,7 +59,7 @@
  * ...
  * @endcode
  */
-void call_manager( Vector * v_call, Vector * v_cb, uint8_t * data, uint8_t * write_buffer, Timeslice * ts );
+void call_manager( Vector * v_call, Vector * v_cb, Timeslice * ts );
 
 void invite_handler( Vector * v_call, Vector * v_cb, Timeslice * ts, Call_Box * cb );