Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
init.h
Go to the documentation of this file.
1
12
#ifndef __UI_INIT_H__
13
#define __UI_INIT_H__
14
15
#include <
wsutil/wmem/wmem.h
>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
/* __cplusplus */
20
21
/* Initialize the UI "helper" components */
22
extern
void
ui_init(
void
);
23
24
/* Cleanup the UI "helper" components */
25
extern
void
ui_cleanup(
void
);
26
32
extern
wmem_allocator_t
*
wmem_ui_scope
(
void
);
33
34
#ifdef __cplusplus
35
}
36
#endif
/* __cplusplus */
37
38
#endif
/* __UI_INIT_H__ */
wmem_ui_scope
wmem_allocator_t * wmem_ui_scope(void)
Fetch the current UI memory scope.
Definition
init.c:39
_wmem_allocator_t
Internal memory allocator interface used by the wmem subsystem.
Definition
wmem_allocator.h:34
wmem.h
Generated by
1.9.8