aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clip.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-clip.h')
-rw-r--r--packet-clip.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-clip.h b/packet-clip.h
index 95e0d8e1f9..eb87f51deb 100644
--- a/packet-clip.h
+++ b/packet-clip.h
@@ -1,6 +1,6 @@
/* packet-clip.h
*
- * $Id: packet-clip.h,v 1.2 2000/05/25 14:55:22 gram Exp $
+ * $Id: packet-clip.h,v 1.3 2000/08/11 13:34:15 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PACKET_CLIP_H__
+#define __PACKET_CLIP_H__
+
void capture_clip(const u_char *, packet_counts *);
void dissect_clip(tvbuff_t *, packet_info *, proto_tree *);
+
+#endif