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

ui-ssdiff.h - git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0b1efe2a576dfdb2b52d4d2a2f7c843e97c5cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef UI_SSDIFF_H
#define UI_SSDIFF_H

extern void cgit_ssdiff_print_deferred_lines();

extern void cgit_ssdiff_line_cb(char *line, int len);

extern void cgit_ssdiff_header();

extern void cgit_ssdiff_footer();

#endif /* UI_SSDIFF_H */