aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/rtp_player.h')
-rw-r--r--gtk/rtp_player.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/rtp_player.h b/gtk/rtp_player.h
index 094d9437f7..b7edd1991b 100644
--- a/gtk/rtp_player.h
+++ b/gtk/rtp_player.h
@@ -33,6 +33,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __RTP_PLAYER_H__
+#define __RTP_PLAYER_H__
+
#ifdef HAVE_LIBPORTAUDIO
void rtp_player_init(voip_calls_tapinfo_t *voip_calls_tap);
@@ -40,3 +43,5 @@ void add_rtp_packet(const struct _rtp_info *rtp_info, packet_info *pinfo);
void reset_rtp_player(void);
#endif /* HAVE_LIBPORTAUDIO */
+
+#endif /* __RTP_PLAYER_H__ */