Wireshark
4.3.0
The Wireshark network protocol analyzer
ui
language.h
Go to the documentation of this file.
1
12
#ifndef __LANGUAGE_H__
13
#define __LANGUAGE_H__
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
/* __cplusplus */
18
19
#define USE_SYSTEM_LANGUAGE "system"
20
21
extern
char
*language;
22
23
extern
void
read_language_prefs(
void
);
24
extern
int
write_language_prefs(
void
);
25
26
#ifdef __cplusplus
27
}
28
#endif
/* __cplusplus */
29
30
#endif
/* language.h */
Generated by
1.9.1