1 |
/* |
/* |
2 |
instrument-js.h - JavaScript instrumentation routines |
instrument-js.h - JavaScript instrumentation routines |
3 |
Copyright (C) 2007 siliconforks.com |
Copyright (C) 2007, 2008 siliconforks.com |
4 |
|
|
5 |
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
6 |
it under the terms of the GNU General Public License as published by |
it under the terms of the GNU General Public License as published by |
32 |
|
|
33 |
void jscoverage_cleanup(void); |
void jscoverage_cleanup(void); |
34 |
|
|
35 |
void jscoverage_instrument_js(const char * id, FILE * input, FILE * output); |
void jscoverage_instrument_js(const char * id, FILE * input, FILE * output, const char * temporary_file_name); |
|
|
|
|
void jscoverage_instrument_html(const char * id, FILE * input, FILE * output); |
|
36 |
|
|
37 |
#endif |
#endif |