Wireshark  4.3.0
The Wireshark network protocol analyzer
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
18 extern "C" {
19 #endif /* __cplusplus */
20 
21 #define USE_SYSTEM_LANGUAGE "system"
22 
23 extern char *language;
24 
25 extern void read_language_prefs(void);
26 extern bool write_language_prefs(void);
27 
28 #ifdef __cplusplus
29 }
30 #endif /* __cplusplus */
31 
32 #endif /* language.h */