diff options
Diffstat (limited to 'wiretap/vwr.h')
-rw-r--r-- | wiretap/vwr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/vwr.h b/wiretap/vwr.h index 82bbd7e67e..7cacc54c8c 100644 --- a/wiretap/vwr.h +++ b/wiretap/vwr.h @@ -24,6 +24,9 @@ #ifndef __VWR_H__ #define __VWR_H__ +#include "ws_symbol_export.h" + +WS_DLL_LOCAL int vwr_open(wtap *wth, int *err, gchar **err_info); #endif |