Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wmem_user_cb_int.h
Go to the documentation of this file.
1
13#ifndef __WMEM_USER_CB_INT_H__
14#define __WMEM_USER_CB_INT_H__
15
16#include <glib.h>
17
18#include "wmem_user_cb.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif /* __cplusplus */
23
24WS_DLL_LOCAL
25void
26wmem_call_callbacks(wmem_allocator_t *allocator, wmem_cb_event_t event);
27
28#ifdef __cplusplus
29}
30#endif /* __cplusplus */
31
32#endif /* __WMEM_USER_CB_INT_H__ */
33
34/*
35 * Editor modelines - https://www.wireshark.org/tools/modelines.html
36 *
37 * Local variables:
38 * c-basic-offset: 4
39 * tab-width: 8
40 * indent-tabs-mode: nil
41 * End:
42 *
43 * vi: set shiftwidth=4 tabstop=8 expandtab:
44 * :indentSize=4:tabSize=8:noTabs=true:
45 */
enum _wmem_cb_event_t wmem_cb_event_t
Definition wmem_allocator.h:27