Parent Directory
|
Revision Log
|
Patch
revision 398 by siliconforks, Sun Sep 21 18:35:21 2008 UTC | revision 399 by siliconforks, Tue Dec 9 03:37:47 2008 UTC | |
---|---|---|
# | Line 24 | Line 24 |
24 | ||
25 | #include "stream.h" | #include "stream.h" |
26 | ||
27 | #ifdef __cplusplus | |
28 | extern "C" { | |
29 | #endif | |
30 | ||
31 | void jscoverage_highlight_js(JSContext * context, const char * id, const jschar * characters, size_t num_characters, Stream * output); | void jscoverage_highlight_js(JSContext * context, const char * id, const jschar * characters, size_t num_characters, Stream * output); |
32 | ||
33 | #ifdef __cplusplus | |
34 | } | |
35 | #endif | |
36 | ||
37 | #endif /* HIGHLIGHT_H_ */ | #endif /* HIGHLIGHT_H_ */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |