1 /* dot11decrypt_ws.h
2  *
3  * Copyright (c) 2006 CACE Technologies, Davis (California)
4  * All rights reserved.
5  *
6  * SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only)
7  */
8 
9 #ifndef	_DOT11DECRYPT_WS_H
10 #define	_DOT11DECRYPT_WS_H
11 
12 #include "dot11decrypt_system.h"
13 #include "ws_symbol_export.h"
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif /* __cplusplus */
18 
19 WS_DLL_PUBLIC DOT11DECRYPT_CONTEXT dot11decrypt_ctx;
20 
21 #ifdef __cplusplus
22 }
23 #endif /* __cplusplus */
24 
25 #endif /* _DOT11DECRYPT_WS_H */
26