From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :
[metze/wireshark/wip.git] / wiretap / radcom.h
index f89c03d81ca22c7d20b6a6f465c933f532051afd..808d4fbf663bb69f09d0441d82a2933eddbcbe8b 100644 (file)
@@ -1,29 +1,33 @@
 /* radcom.h
  *
- * $Id: radcom.h,v 1.5 2000/08/11 13:32:34 deniel Exp $
+ * $Id$
  *
  * Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
- * 
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
+ *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  */
 
 #ifndef __RADCOM_H__
 #define __RADCOM_H__
 
-int radcom_open(wtap *wth, int *err);
+#include <glib.h>
+#include <wtap.h>
+#include "ws_symbol_export.h"
+
+int radcom_open(wtap *wth, int *err, gchar **err_info);
 
 #endif