Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui-stats.h - git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1d744cff23840822db991d08bd6cc53d685f636 (plain)
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 */