summaryrefslogtreecommitdiff
path: root/ui/voip_calls.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-11-19 09:03:44 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-19 17:14:52 +0000
commit06dc2a75371a371e7eb7744b6db01710d8eeab4a (patch)
treedc21564266006e954828c5b6f02aab9a47aead8b /ui/voip_calls.h
parentcb090e81ec64012e1a3094670aeb8658cb550f1e (diff)
downloadwireshark-06dc2a75371a371e7eb7744b6db01710d8eeab4a.tar.gz
voip_calls: Fix tap callbacks.
We don't need to call the VoIP tap reset and draw callbacks repeately. Do so only once from the RTP tap. Packet callbacks should return a gboolean. Clean up some function names and make some static. Change-Id: I5c934ce8ce7f279861e8cc73235bbfc27d7fe622 Reviewed-on: https://code.wireshark.org/review/5396 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/voip_calls.h')
-rw-r--r--ui/voip_calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/voip_calls.h b/ui/voip_calls.h
index 7596610fe9..ccaf2e984f 100644
--- a/ui/voip_calls.h
+++ b/ui/voip_calls.h
@@ -235,7 +235,7 @@ void voip_calls_remove_all_tap_listeners(voip_calls_tapinfo_t *tap_id_base);
/**
* Cleans up memory of voip calls tap.
*/
-void voip_calls_reset(voip_calls_tapinfo_t *tapinfo);
+void voip_calls_reset_all_taps(voip_calls_tapinfo_t *tapinfo);
#endif /* __VOIP_CALLS_H__ */