regen pidl all: rm epan/dissectors/pidl/*-stamp; pushd epan/dissectors/pidl/ && make...
[wireshark-sm.git] / wsutil / wmem / wmem-int.h
blob6c4e49859452f4ab8315223480d4a45df3400e10
1 /** @file
3 * Internal definitions for the Wireshark Memory Manager
4 * Copyright 2012, 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_INT_H__
14 #define __WMEM_INT_H__
16 #include <glib.h>
17 #include <wsutil/ws_assert.h>
19 #endif /* __WMEM_INT_H__ */
22 * Editor modelines - https://www.wireshark.org/tools/modelines.html
24 * Local variables:
25 * c-basic-offset: 4
26 * tab-width: 8
27 * indent-tabs-mode: nil
28 * End:
30 * vi: set shiftwidth=4 tabstop=8 expandtab:
31 * :indentSize=4:tabSize=8:noTabs=true: