1 |
/* |
/* |
2 |
instrument.h - file and directory instrumentation routines |
instrument.h - file and directory instrumentation routines |
3 |
Copyright (C) 2007 siliconforks.com |
Copyright (C) 2007, 2008, 2009 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 |
20 |
#ifndef INSTRUMENT_H_ |
#ifndef INSTRUMENT_H_ |
21 |
#define INSTRUMENT_H_ |
#define INSTRUMENT_H_ |
22 |
|
|
|
void jscoverage_copy_resources(const char * destination_directory); |
|
|
|
|
23 |
void jscoverage_instrument(const char * source, |
void jscoverage_instrument(const char * source, |
24 |
const char * destination, |
const char * destination, |
25 |
int verbose, |
int verbose, |
28 |
char ** no_instrument, |
char ** no_instrument, |
29 |
int num_no_instrument); |
int num_no_instrument); |
30 |
|
|
31 |
#endif |
#endif /* INSTRUMENT_H_ */ |