aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vector.h
blob: c64eb1fe90d1f0232750f40d1c55d36a43da1b7c (plain)
1
2
3
4
5
6
7
8
generated by cgit v1.2.3-54-g00ecf (git 2.39.0) at 2025-01-01 07:49:54 +0000
 


* Update tm value to start of next/previous period */
	void (*dec)(struct tm *tm);
	void (*inc)(struct tm *tm);

	/* Pretty-print a tm value */
	char *(*pretty)(struct tm *tm);
};

extern int cgit_find_stats_period(const char *expr, struct cgit_period **period);
extern const char *cgit_find_stats_periodname(int idx);

extern void cgit_show_stats(void);

#endif /* UI_STATS_H */