mirror of
https://git.zx2c4.com/cgit
synced 2025-08-29 06:08:24 +02:00
6 lines
104 B
C
6 lines
104 B
C
#ifndef UI_SUMMARY_H
|
|
#define UI_SUMMARY_H
|
|
|
|
extern void cgit_print_summary();
|
|
|
|
#endif /* UI_SUMMARY_H */
|