summaryrefslogtreecommitdiff
path: root/src/analyze/analyze.h
blob: ff4e7b4acdc8b61766312c678c2c546afba1c884 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <stdbool.h>

#include "time-util.h"

extern unsigned arg_iterations;
extern usec_t arg_base_time;

void time_parsing_hint(const char *p, bool calendar, bool timestamp, bool timespan);