summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.h b/utils.h
index 76d6ca5..3bce297 100644
--- a/utils.h
+++ b/utils.h
@@ -21,8 +21,8 @@
/* For uint64_t */
#include <stdint.h>
-/* Controls the verbosity level for msg() */
-extern int verbosity;
+/* Adjusts the verbosity level for msg() */
+void adjust_verbosity(int adj);
/* Verbosity levels using stdout */
#define MSG_NORMAL 0