Fix bug which caused ascend_open() to return "I/O error" (instead of "not me").
[obnox/wireshark/wip.git] / wiretap / vms.h
index 08693fb42968bcd4fc7ebc43cb8e50558d45728f..66bbd68104b346d9294598989947834f5c36e68e 100644 (file)
@@ -1,9 +1,9 @@
 /* vms.h
  *
- * $Id: vms.h,v 1.1 2001/10/18 20:29:56 guy Exp $
+ * $Id$
  *
  * Wiretap Library
- * Copyright (c) 2001 by Marc Milgram <mmilgram@arrayinc.com>
+ * Copyright (c) 2001 by Marc Milgram <ethereal@mmilgram.NOSPAMmail.net>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -24,6 +24,6 @@
 #ifndef __W_VMS_H__
 #define __W_VMS_H__
 
-int vms_open(wtap *wth, int *err);
+int vms_open(wtap *wth, int *err, gchar **err_info);
 
 #endif