207cc34711
Aligned all different files, so that all side-by-side tables look the same. Also made sure that the tables take up the whole browser width. Also various changes to the css to make things easier on the eye. Signed-off-by: Ragnar Ouchterlony <ragnar@lysator.liu.se> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
14 řádky
284 B
C
14 řádky
284 B
C
#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_begin();
|
|
extern void cgit_ssdiff_header_end();
|
|
|
|
extern void cgit_ssdiff_footer();
|
|
|
|
#endif /* UI_SSDIFF_H */
|