Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().
[obnox/wireshark/wip.git] / wiretap / pppdump.h
index d57548ad9223ea199ae376e185442bf0c89c135c..bc2a9cb85f137950c3d29373b5ae5989ca936363 100644 (file)
@@ -1,6 +1,6 @@
 /* pppdump.h
  *
- * $Id: pppdump.h,v 1.3 2002/08/28 20:30:45 jmayer Exp $
+ * $Id$
  *
  * Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
  *
@@ -23,6 +23,9 @@
 #ifndef __PPPDUMP_H__
 #define __PPPDUMP_H__
 
-int pppdump_open(wtap *wth, int *err);
+#include <glib.h>
+#include <wtap.h>
+
+int pppdump_open(wtap *wth, int *err, gchar **err_info);
 
 #endif