]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.h
Get rid of global variables num_dirs, num_files, and num_bytes.
[adu.git] / adu.h
diff --git a/adu.h b/adu.h
index a6a3892e6c33c5aaf52762d15debdb70b96790ac..67607fdb7946151ed2085dc4ccb0fe324dee9128 100644 (file)
--- a/adu.h
+++ b/adu.h
@@ -176,9 +176,6 @@ enum search_uid_flags {
 
 extern uint32_t num_uids;
 extern struct osl_table *dir_table;
-extern uint64_t num_dirs;
-extern uint64_t num_files;
-extern uint64_t num_bytes;
 extern struct gengetopt_args_info conf;
 
 /* adu.c */