[feature][T8TSK-20][TCAM_T800_SW_0062] add voice rtp interface, just interface, function dosn't work 2

Change-Id: I7f70568abc433f773625e2554e0a8b5728e1d30e
diff --git a/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h b/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h
index ecc7108..11bf71c 100755
--- a/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h
+++ b/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h
@@ -124,8 +124,8 @@
 

 /*set*/

 int lynq_set_voice_audio_mode(const LYNQ_Audio_Mode audio_mode); 

-int lynq_set_rtp_ip(const LYNQ_Rtp_Mode rtp_mode,const char* ip, const int ip_length);

-int lynq_set_rtp_port(const int port);

+int lynq_set_rtp_ip(const LYNQ_Rtp_Mode rtp_mode, const char* ip, const int ip_length);

+int lynq_set_rtp_port(const LYNQ_Rtp_Mode rtp_mode, const int port);

 int lynq_set_rtp_param(const int clock_rate,const int channels,const int latency); //only for client

 /*get*/

 LYNQ_Audio_Mode lynq_get_voice_audio_mode();