9 lines
138 B
C
9 lines
138 B
C
|
#ifndef UI_STATS_H
|
||
|
#define UI_STATS_H
|
||
|
|
||
|
#include "cgit.h"
|
||
|
|
||
|
extern void cgit_show_stats(struct cgit_context *ctx);
|
||
|
|
||
|
#endif /* UI_STATS_H */
|