cgitsb/ui-ssdiff.h
Ragnar Ouchterlony 207cc34711 Polishing of how the side-by-side diff looks.
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>
2009-09-16 20:17:56 +02:00

14 γραμμές
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 */