summaryrefslogtreecommitdiff
path: root/tools/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shared.h')
-rw-r--r--tools/shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/shared.h b/tools/shared.h
index 03838e1..f3a10db 100644
--- a/tools/shared.h
+++ b/tools/shared.h
@@ -36,7 +36,8 @@ enum tools_backend {
};
struct tools_options {
- struct global_options global_options;
+ bool verbose;
+ bool quiet;
enum tools_backend backend;
const char *device; /* if backend is BACKEND_DEVICE */
const char *seat; /* if backend is BACKEND_UDEV */