- Protect tap_rtp.h against multiple inclusions

- Add $Id$ to tap_rtp.[hc]

svn path=/trunk/; revision=7298
This commit is contained in:
Laurent Deniel 2003-03-06 21:15:59 +00:00
parent 05dad0c310
commit d17a08f9cd
2 changed files with 11 additions and 1 deletions

View File

@ -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>

View File

@ -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_ */