1 |
/* |
/* |
2 |
global.h - global variables |
global.h - global variables |
3 |
Copyright (C) 2008 siliconforks.com |
Copyright (C) 2008, 2009, 2010 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 GLOBAL_H_ |
#ifndef GLOBAL_H_ |
21 |
#define GLOBAL_H_ |
#define GLOBAL_H_ |
22 |
|
|
23 |
|
#include <stdbool.h> |
24 |
|
|
25 |
extern const char * jscoverage_encoding; |
extern const char * jscoverage_encoding; |
26 |
|
|
27 |
|
extern bool jscoverage_highlight; |
28 |
|
|
29 |
#endif /* GLOBAL_H_ */ |
#endif /* GLOBAL_H_ */ |