include/error/style-qt3.h
1
2
3 #ifndef ERR_STYLE_QT3_34234_H
4 #define ERR_STYLE_QT3_34234_H
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 extern err_style_t const err_style_qt3_s;
11 #define err_style_qt3 (&err_style_qt3_s)
12
13
14
15
16
17
18
19 extern err_markup_t *err_markup_qt3;
20
21 extern char const *err_markup_qt3_color (err_markup_t *, int, int, ERR_BOOL);
22
23 extern void err_markup_qt3_begin_part (
24 err_markup_t *,
25 err_formatted_stream_t *,
26 err_v_char_t *,
27 int,
28 int);
29
30 extern void err_style_qt3_format (
31 err_formatted_stream_t *,
32 err_v_char_t *,
33 int, int, int,
34 err_msg_info_t,
35 err_location_t const *,
36 char const *, char const *, int,
37 char const *);
38
39 extern err_v_char_t *err_style_qt3_post_format (
40 err_formatted_stream_t *,
41 int , int , err_v_char_t const *);
42
43
44 #ifdef __cplusplus
45 }
46 #endif
47
48 #endif