regen pidl all: rm epan/dissectors/pidl/*-stamp; pushd epan/dissectors/pidl/ && make...
[wireshark-sm.git] / wsutil / wmem / wmem_map_int.h
blob2798983a2e20502ca1b62de1acd7f263aec270e2
1 /** @file
3 * Definitions for the Wireshark Memory Manager Hash Map Internals
4 * Copyright 2014, Evan Huus <eapache@gmail.com>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __WMEM_MAP_INT_H__
14 #define __WMEM_MAP_INT_H__
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
20 WS_DLL_LOCAL
21 void
22 wmem_init_hashing(void);
24 #ifdef __cplusplus
26 #endif /* __cplusplus */
28 #endif /* __WMEM_MAP_INT_H__ */
31 * Editor modelines - https://www.wireshark.org/tools/modelines.html
33 * Local variables:
34 * c-basic-offset: 4
35 * tab-width: 8
36 * indent-tabs-mode: nil
37 * End:
39 * vi: set shiftwidth=4 tabstop=8 expandtab:
40 * :indentSize=4:tabSize=8:noTabs=true: