aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/atm.h
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-28 19:35:59 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-28 19:35:59 +0000
commitaa659985a586d2d2173d457dea8d1b4346e205e8 (patch)
tree6ec6595ee9f193b8551ea592a2622bb10a7d8e1f /wiretap/atm.h
parent6c29b9edd6db4cfa809a8ede8d22539df117dffe (diff)
Export libwiretap symbols using WS_DLL_PUBLIC define
TODO: hide flex-generated functions svn path=/trunk/; revision=47948
Diffstat (limited to 'wiretap/atm.h')
-rw-r--r--wiretap/atm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/atm.h b/wiretap/atm.h
index d6a6a0ca8a..9afc109b5e 100644
--- a/wiretap/atm.h
+++ b/wiretap/atm.h
@@ -23,6 +23,7 @@
#ifndef __ATM_H__
#define __ATM_H__
#include <glib.h>
+#include "ws_symbol_export.h"
/*
* Routines to use with ATM capture file types that don't include information
@@ -30,10 +31,12 @@
* that information).
*/
+WS_DLL_LOCAL
extern void
atm_guess_traffic_type(const guint8 *pd, guint32 len,
union wtap_pseudo_header *pseudo_header);
+WS_DLL_LOCAL
extern void
atm_guess_lane_type(const guint8 *pd, guint32 len,
union wtap_pseudo_header *pseudo_header);