aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/commview.h')
-rw-r--r--wiretap/commview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiretap/commview.h b/wiretap/commview.h
index b0b7a80333..3385f32569 100644
--- a/wiretap/commview.h
+++ b/wiretap/commview.h
@@ -25,9 +25,13 @@
#ifndef __COMMVIEW_H__
#define __COMMVIEW_H__
#include <glib.h>
+#include "ws_symbol_export.h"
+WS_DLL_LOCAL
int commview_open(wtap *wth, int *err, gchar **err_info _U_);
+WS_DLL_LOCAL
int commview_dump_can_write_encap(int encap);
+WS_DLL_LOCAL
gboolean commview_dump_open(wtap_dumper *wdh, int *err);
#endif /* __COMMVIEW_H__ */