aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/tap_rtp.c4
-rw-r--r--gtk/tap_rtp.h8
2 files changed, 11 insertions, 1 deletions
diff --git a/gtk/tap_rtp.c b/gtk/tap_rtp.c
index 51a2942e55..280582409f 100644
--- a/gtk/tap_rtp.c
+++ b/gtk/tap_rtp.c
@@ -1,7 +1,9 @@
/*
* tap_rtp.c
*
- * RTP analysing addition for ethereal
+ * $Id: tap_rtp.c,v 1.2 2003/03/06 21:15:59 deniel Exp $
+ *
+ * RTP analysing addition for ethereal
*
* Copyright 2003, Iskratel, Ltd, Kranj
* By Miha Jemec <m.jemec@iskratel.si>
diff --git a/gtk/tap_rtp.h b/gtk/tap_rtp.h
index cb4d668394..e9e927ebb8 100644
--- a/gtk/tap_rtp.h
+++ b/gtk/tap_rtp.h
@@ -1,6 +1,8 @@
/*
* tap_rtp.h
*
+ * $Id: tap_rtp.h,v 1.2 2003/03/06 21:15:59 deniel Exp $
+ *
* Declaration for rtp analysing tool
*
* Copyright 2003, Iskratel, Ltd, Kranj
@@ -24,4 +26,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+#ifndef __TAP_RTP_H__
+#define __TAP_RTP_H__
+
void rtp_analyse_cb(GtkWidget *, gpointer);
+
+#endif /* _TAP_RTP_H_ */