file_read() can return -1; don't just blindly add it to a previous
[obnox/wireshark/wip.git] / wiretap / cosine.h
index f2eeaf44cd0e1fb194d4a57f3d97e28ad60c7a2f..877ebccae9c4bfa6316504179e33202728e8342f 100644 (file)
@@ -1,9 +1,9 @@
 /* cosine.h
  *
- * $Id: cosine.h,v 1.2 2002/08/28 20:30:44 jmayer Exp $
+ * $Id$
  *
  * CoSine IPNOS L2 debug output parsing
- * Copyright (c) 2002 by Motonori Shindo <mshindo@mshindo.net>
+ * Copyright (c) 2002 by Motonori Shindo <motonori@shin.do>
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -27,6 +27,6 @@
 #ifndef __W_COSINE_H__
 #define __W_COSINE_H__
 
-int cosine_open(wtap *wth, int *err);
+int cosine_open(wtap *wth, int *err, gchar **err_info);
 
 #endif