about summary refs log tree commit diff
path: root/ui-ssdiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ssdiff.h')
-rw-r--r--ui-ssdiff.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui-ssdiff.h b/ui-ssdiff.h
new file mode 100644

index 0000000..a0b1efe --- /dev/null +++ b/ui-ssdiff.h
@@ -0,0 +1,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 */