Updates from Ed Warnicke.
[obnox/wireshark/wip.git] / packet-clip.h
index 95e0d8e1f935381521a0961adfcaa925bbbee2ec..11190b0cc526958b83a9fba4a0da816ce0790f9d 100644 (file)
@@ -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.4 2000/11/29 05:16:15 gram Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,9 @@
  * 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