From Harald Welte:
[obnox/wireshark/wip.git] / epan / epan_dissect.h
index 424ea60484a6f48086ee62c211d1aa912cc82160..96ea52324fb8e9f0775517d0c0cd31766df5f9d0 100644 (file)
@@ -1,21 +1,21 @@
 /* epan_dissect.h
  *
- * $Id: epan_dissect.h,v 1.1 2001/12/18 19:09:03 gram Exp $
+ * $Id$
  *
- * Ethereal Protocol Analyzer Library
+ * Wireshark Protocol Analyzer Library
+ *
+ * Copyright (c) 2001 by Gerald Combs <gerald@wireshark.org>
  *
- * Copyright (c) 2001 by Gerald Combs <gerald@ethereal.com>
- * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef EPAN_DISSECT_H
 #define EPAN_DISSECT_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
 #include "tvbuff.h"
 #include "proto.h"
 #include "packet_info.h"
@@ -40,5 +44,8 @@ struct _epan_dissect_t {
        packet_info     pi;
 };
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
 
 #endif /* EPAN_DISSECT_H */