summaryrefslogtreecommitdiff
path: root/epan/crypt/airpdcap_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt/airpdcap_system.h')
-rw-r--r--epan/crypt/airpdcap_system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/crypt/airpdcap_system.h b/epan/crypt/airpdcap_system.h
index 69ec762f4c..7833f51909 100644
--- a/epan/crypt/airpdcap_system.h
+++ b/epan/crypt/airpdcap_system.h
@@ -42,6 +42,7 @@
#include "airpdcap_interop.h"
#include "airpdcap_user.h"
+#include "ws_symbol_export.h"
/************************************************************************/
/* Constant definitions */
@@ -316,6 +317,7 @@ INT AirPDcapSetLastSSID(
* This function is not thread-safe when used in parallel with context
* management functions and the packet process function on the same context.
*/
+WS_DLL_PUBLIC
INT AirPDcapInitContext(
PAIRPDCAP_CONTEXT ctx)
;
@@ -332,6 +334,7 @@ INT AirPDcapInitContext(
* management functions and the packet process function on the same
* context.
*/
+WS_DLL_PUBLIC
INT AirPDcapDestroyContext(
PAIRPDCAP_CONTEXT ctx)
;