src/ccodegen.h

changeset 51
f25ba6fd7a08
parent 49
f86f0b054464
equal deleted inserted replaced
50:17408c3607ce 51:f25ba6fd7a08
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 extern "C" { 36 extern "C" {
37 #endif 37 #endif
38 38
39 void c_highlighter(char *src, UcxBuffer *dest, int *mlc); 39 void c_highlighter(char *src, UcxBuffer *dest, HighlighterData *hd);
40 40
41 #ifdef __cplusplus 41 #ifdef __cplusplus
42 } 42 }
43 #endif 43 #endif
44 44

mercurial