summaryrefslogtreecommitdiff
path: root/src/stats.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2010-12-12 15:51:06 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2010-12-12 15:51:06 +0100
commitc8caea8a8510c31fc028501acf44734f48b8dc3b (patch)
treef6d33dd4953c43b42d1d962223a0d05384b5e1a1 /src/stats.h
parent1089f1fcf55591dd4b5d47ee963bfe0e24cf9ad5 (diff)
downloadcataract-c8caea8a8510c31fc028501acf44734f48b8dc3b.tar.xz
Cleanup header defines
Diffstat (limited to 'src/stats.h')
-rw-r--r--src/stats.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stats.h b/src/stats.h
index 10ac0a3..5f73f24 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -15,6 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#ifndef __CGG__STATS_H__
+#define __CGG__STATS_H__
/* Thread safe statistics counting */
@@ -26,3 +28,6 @@ int stats_images;
void stats_errors_inc ();
void stats_dirs_inc ();
void stats_images_inc ();
+
+
+#endif /* __CGG__STATS_H__ */