Include "report_err.h" to declare "report_open_failure()" and

"report_read_failure()".

svn path=/trunk/; revision=10166
This commit is contained in:
Guy Harris 2004-02-21 11:13:54 +00:00
parent 5e60a77f7d
commit 6ab89ff776
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
* $Id: plugins.c,v 1.78 2004/01/05 15:02:08 ulfl Exp $
* $Id: plugins.c,v 1.79 2004/02/21 11:13:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -69,6 +69,7 @@
#include "asn1.h"
#include "packet-per.h"
#include "xdlc.h"
#include "report_err.h"
#include "plugins/plugin_table.h"
static plugin_address_table_t patable = {
/* file generated by plugin_gen.py */