/[jscoverage]/trunk/instrument-js.h
ViewVC logotype

Diff of /trunk/instrument-js.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 87 by siliconforks, Mon May 5 20:05:27 2008 UTC revision 92 by siliconforks, Wed May 7 04:21:22 2008 UTC
# Line 20  Line 20 
20  #ifndef INSTRUMENT_JS_H_  #ifndef INSTRUMENT_JS_H_
21  #define INSTRUMENT_JS_H_  #define INSTRUMENT_JS_H_
22    
23  #include <stdio.h>  #include "stream.h"
24    
25  enum FileType {  enum FileType {
26    FILE_TYPE_JS,    FILE_TYPE_JS,
# Line 32  Line 32 
32    
33  void jscoverage_cleanup(void);  void jscoverage_cleanup(void);
34    
35  void jscoverage_instrument_js(const char * id, FILE * input, FILE * output, const char * temporary_file_name);  void jscoverage_instrument_js(const char * id, Stream * input, Stream * output);
36    
37  #endif  #endif

Legend:
Removed from v.87  
changed lines
  Added in v.92

  ViewVC Help
Powered by ViewVC 1.1.24