Move some code (including the optional objects) into libwsutil
[obnox/wireshark/wip.git] / wiretap / netmon.h
index 44a60dbb0a763fa5e8ad5fa43e08f33030eb7c6b..93105475258baf2c9a0961613b2ff30ba8a434a1 100644 (file)
@@ -1,6 +1,6 @@
 /* netmon.h
  *
- * $Id: netmon.h,v 1.11 2002/08/28 20:30:45 jmayer Exp $
+ * $Id$
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -23,7 +23,7 @@
 #ifndef __NETMON_H__
 #define __NETMON_H__
 
-int netmon_open(wtap *wth, int *err);
+int netmon_open(wtap *wth, int *err, gchar **err_info);
 gboolean netmon_dump_open(wtap_dumper *wdh, gboolean cant_seek, int *err);
 int netmon_dump_can_write_encap(int encap);