summary refs log tree commit diff
path: root/bounce.c
diff options
context:
space:
mode:
Diffstat (limited to 'bounce.c')
-rw-r--r--bounce.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bounce.c b/bounce.c
index 908a1cb..d4b6175 100644
--- a/bounce.c
+++ b/bounce.c
@@ -41,6 +41,8 @@
 
 #include "bounce.h"
 
+bool verbose;
+
 static void hashPass(void) {
 	char *pass = getpass("Password: ");
 	byte rand[12];