TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / wsutil / wmem / wmem_user_cb_int.h
blob9f3ed58a6bbb961671b78b23b793cb328360ec68
1 /** @file
3 * Definitions for the Wireshark Memory Manager User Callback Internals
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_USER_CB_INT_H__
14 #define __WMEM_USER_CB_INT_H__
16 #include <glib.h>
18 #include "wmem_user_cb.h"
20 #ifdef __cplusplus
21 extern "C" {
22 #endif /* __cplusplus */
24 WS_DLL_LOCAL
25 void
26 wmem_call_callbacks(wmem_allocator_t *allocator, wmem_cb_event_t event);
28 #ifdef __cplusplus
30 #endif /* __cplusplus */
32 #endif /* __WMEM_USER_CB_INT_H__ */
35 * Editor modelines - https://www.wireshark.org/tools/modelines.html
37 * Local variables:
38 * c-basic-offset: 4
39 * tab-width: 8
40 * indent-tabs-mode: nil
41 * End:
43 * vi: set shiftwidth=4 tabstop=8 expandtab:
44 * :indentSize=4:tabSize=8:noTabs=true: