Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wmem-int.h
Go to the documentation of this file.
1
13#ifndef __WMEM_INT_H__
14#define __WMEM_INT_H__
15
16#include <glib.h>
17#include <wsutil/ws_assert.h>
18
19#endif /* __WMEM_INT_H__ */
20
21/*
22 * Editor modelines - https://www.wireshark.org/tools/modelines.html
23 *
24 * Local variables:
25 * c-basic-offset: 4
26 * tab-width: 8
27 * indent-tabs-mode: nil
28 * End:
29 *
30 * vi: set shiftwidth=4 tabstop=8 expandtab:
31 * :indentSize=4:tabSize=8:noTabs=true:
32 */