aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-04 07:07:57 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-04 07:07:57 +0000
commit36a9a266f439add59d2504504e58b9654c514a14 (patch)
tree892f19921beb78588d21fae7a906ef9e830f3753 /plugins/plugin_api.h
parent409e955dbb58264e5bccaaf8bb708b984f811e79 (diff)
From Tomas Kukosa: add packet-ber.c routines to the plugin API.
svn path=/trunk/; revision=10295
Diffstat (limited to 'plugins/plugin_api.h')
-rw-r--r--plugins/plugin_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/plugin_api.h b/plugins/plugin_api.h
index 3990de42e7..b47f713aed 100644
--- a/plugins/plugin_api.h
+++ b/plugins/plugin_api.h
@@ -1,7 +1,7 @@
/* plugin_api.h
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.h,v 1.59 2004/02/21 11:38:45 guy Exp $
+ * $Id: plugin_api.h,v 1.60 2004/03/04 07:07:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -53,6 +53,7 @@
#include "tap.h"
#include "asn1.h"
#include "packet-per.h"
+#include "packet-ber.h"
#include "xdlc.h"
#include "epan/except.h"
#include "epan/filesystem.h"