aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/voip_calls.c')
-rw-r--r--gtk/voip_calls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index 47864c4c95..d3e6298336 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -165,7 +165,7 @@ void voip_calls_reset(voip_calls_tapinfo_t *tapinfo)
}
/****************************************************************************/
-void graph_analysis_data_init(){
+void graph_analysis_data_init(void){
the_tapinfo_struct.graph_analysis = g_malloc(sizeof(graph_analysis_info_t));
the_tapinfo_struct.graph_analysis->nconv = 0;
the_tapinfo_struct.graph_analysis->list = NULL;
@@ -184,7 +184,7 @@ void graph_analysis_data_init(){
* The second solution is cleaner and probably easier to implement,
* leaving the current rtp analysis feature untouched.
*/
-void add_rtp_streams_graph()
+void add_rtp_streams_graph(void)
{
rtp_stream_info_t *strinfo;
GList *strinfo_list;