aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-q931.h')
-rw-r--r--packet-q931.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-q931.h b/packet-q931.h
index 2e778ab085..a553f95a53 100644
--- a/packet-q931.h
+++ b/packet-q931.h
@@ -2,7 +2,7 @@
* Declarations of exported routines for Q.931 and Q.2931 frame disassembly
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-q931.h,v 1.3 2000/05/29 08:57:40 guy Exp $
+ * $Id: packet-q931.h,v 1.4 2000/08/11 13:34:02 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -24,6 +24,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PACKET_Q931_H__
+#define __PACKET_Q931_H__
+
void dissect_q931(tvbuff_t *, packet_info *, proto_tree *);
extern void dissect_q931_bearer_capability_ie(tvbuff_t *, int, int,
@@ -34,3 +37,5 @@ extern void dissect_q931_high_layer_compat_ie(tvbuff_t *, int, int,
extern void dissect_q931_progress_indicator_ie(tvbuff_t *, int, int,
proto_tree *);
+
+#endif