diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-12-08 19:32:48 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-12-08 19:32:48 +0100 |
commit | f4f6210b4f9c214dc247567bbd06b1135c9ecd06 (patch) | |
tree | 432b3dc327e05220c6ac0aff9ca81cf38a47524c /ui-ssdiff.h | |
parent | Merge branch 'master' of http://op-co.de/cgit (diff) | |
parent | In side-by-side diff, add support for marking individual characters. (diff) | |
download | cgit-pink-f4f6210b4f9c214dc247567bbd06b1135c9ecd06.tar.gz cgit-pink-f4f6210b4f9c214dc247567bbd06b1135c9ecd06.zip |
Merge branch 'ro/ssdiff'
Diffstat (limited to 'ui-ssdiff.h')
-rw-r--r-- | ui-ssdiff.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ui-ssdiff.h b/ui-ssdiff.h new file mode 100644 index 0000000..64b4b12 --- /dev/null +++ b/ui-ssdiff.h @@ -0,0 +1,13 @@ +#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 */ |