summaryrefslogtreecommitdiff
path: root/src/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.h')
-rw-r--r--src/stats.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stats.h b/src/stats.h
index 5f73f24..dafd0ba 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -21,9 +21,9 @@
/* Thread safe statistics counting */
-int stats_errors;
-int stats_dirs;
-int stats_images;
+extern int stats_errors;
+extern int stats_dirs;
+extern int stats_images;
void stats_errors_inc ();
void stats_dirs_inc ();