Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
18extern "C" {
19#endif /* __cplusplus */
20
21/* Initialize the UI "helper" components */
22extern void ui_init(void);
23
24/* Cleanup the UI "helper" components */
25extern void ui_cleanup(void);
26
33
34#ifdef __cplusplus
35}
36#endif /* __cplusplus */
37
38#endif /* __UI_INIT_H__ */
wmem_allocator_t * wmem_ui_scope(void)
Fetch the current UI memory scope.
Definition init.c:39
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34