From 311f9acfd5b610444e5545db929ae630789b7be6 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sat, 4 Jun 2011 21:20:57 +0000 Subject: Fix wiretap headers to allow error-free ABI dumping. svn path=/trunk/; revision=37543 --- wiretap/catapult_dct2000.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'wiretap/catapult_dct2000.h') diff --git a/wiretap/catapult_dct2000.h b/wiretap/catapult_dct2000.h index 4b8773a69a..2fda9f48a7 100644 --- a/wiretap/catapult_dct2000.h +++ b/wiretap/catapult_dct2000.h @@ -20,6 +20,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef __W_CAT_DCT2K_H__ +#define __W_CAT_DCT2K_H__ + +#include int catapult_dct2000_open(wtap *wth, int *err, gchar **err_info); gboolean catapult_dct2000_dump_open(wtap_dumper *wdh, int *err); int catapult_dct2000_dump_can_write_encap(int encap); @@ -28,3 +32,6 @@ int catapult_dct2000_dump_can_write_encap(int encap); #define DCT2000_ENCAP_SSCOP 101 #define DCT2000_ENCAP_MTP2 102 #define DCT2000_ENCAP_NBAP 103 + +#endif + -- cgit v1.2.1