src/c2html.h

changeset 56
81d99e9ceb20
parent 55
bf54085ce341
child 57
eba880c1705c
equal deleted inserted replaced
55:bf54085ce341 56:81d99e9ceb20
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 * 27 *
28 */ 28 */
29 29
30 #ifndef C2HTML_H 30 #ifndef C2HTML_H
31 #define C2HTML_H 31 #define C2HTML_H
32 32
33 #include <stdio.h> 33 #include <stdio.h>
34 #include "highlighter.h" 34 #include "highlighter.h"
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 39
40 #define VERSION_MAJOR 2 40 #define VERSION_MAJOR 2
41 #define VERSION_MINOR 0 41 #define VERSION_MINOR 0
136 * @see c2html_java_highlighter() 136 * @see c2html_java_highlighter()
137 */ 137 */
138 void c2html_fformat_file(FILE *inputfile, char *ibuf, size_t ibuflen, 138 void c2html_fformat_file(FILE *inputfile, char *ibuf, size_t ibuflen,
139 FILE* outputfile, c2html_highlighter_func hltr, int showln); 139 FILE* outputfile, c2html_highlighter_func hltr, int showln);
140 140
141 #ifdef __cplusplus 141 #ifdef __cplusplus
142 } 142 }
143 #endif 143 #endif
144 144
145 #endif /* C2HTML_H */ 145 #endif /* C2HTML_H */
146 146

mercurial