Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
108:18a3702650f3
Parent:
81:3656f00ab3db
Child:
109:a5b8264ffbbc
diff -r cf1e43414adb -r 18a3702650f3 call_manager.h
--- a/call_manager.h	Mon Mar 16 14:05:05 2015 +0000
+++ b/call_manager.h	Wed Mar 18 13:33:54 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 );