Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
language.h
Go to the documentation of this file.
1
12#ifndef __LANGUAGE_H__
13#define __LANGUAGE_H__
14
15#include <stdbool.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif /* __cplusplus */
20
21#define USE_SYSTEM_LANGUAGE "system"
22
23extern char *language;
24
25extern void read_language_prefs(void);
26extern bool write_language_prefs(void);
27
28#ifdef __cplusplus
29}
30#endif /* __cplusplus */
31
32#endif /* language.h */