summaryrefslogtreecommitdiff
path: root/ui/gtk/mcast_stream_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/mcast_stream_dlg.h')
-rw-r--r--ui/gtk/mcast_stream_dlg.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ui/gtk/mcast_stream_dlg.h b/ui/gtk/mcast_stream_dlg.h
index f64106ba76..819d09d3a9 100644
--- a/ui/gtk/mcast_stream_dlg.h
+++ b/ui/gtk/mcast_stream_dlg.h
@@ -30,6 +30,8 @@
#ifndef __MCAST_STREAM_DLG_H__
#define __MCAST_STREAM_DLG_H__
+#include "ui/mcast_stream.h"
+
/** @file
* @ingroup dialog_group
* "Mcast Stream Analysis" dialog box.
@@ -43,10 +45,12 @@
void mcaststream_dlg_show(GList *list);
/**
- * Update the contents of the dialog box clist with that of list.
+ * Retrieves a constant reference to the unique info structure of the
+ * rtp_streams tap listener.
+ * The user should not modify the data pointed to.
*
- * @param list pointer to list of mcast_stream_info_t*
+ * @return Pointer to an rtpstream_tapinfo_t
*/
-void mcaststream_dlg_update(GList *list);
+mcaststream_tapinfo_t *mcaststream_dlg_get_tapinfo(void);
#endif /* __MCAST_STREAM_DLG_H__ */