summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze/analyze.h')
-rw-r--r--src/analyze/analyze.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analyze/analyze.h b/src/analyze/analyze.h
index ff4e7b4acd..062314a389 100644
--- a/src/analyze/analyze.h
+++ b/src/analyze/analyze.h
@@ -3,9 +3,12 @@
#include <stdbool.h>
+#include "pager.h"
#include "time-util.h"
+extern PagerFlags arg_pager_flags;
extern unsigned arg_iterations;
extern usec_t arg_base_time;
+extern bool arg_quiet;
void time_parsing_hint(const char *p, bool calendar, bool timestamp, bool timespan);