aboutsummaryrefslogtreecommitdiffstats
path: root/ui-stats.h
blob: f1d744cff23840822db991d08bd6cc53d685f636 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef UI_STATS_H
#define UI_STATS_H

#include "cgit.h"

extern void cgit_show_stats(struct cgit_context *ctx);

#endif /* UI_STATS_H */