diff options
| author | 2012-01-04 01:06:58 (JST) | |
|---|---|---|
| committer | 2012-01-04 01:06:58 (JST) | |
| commit | 04254fa903701943bd45a479a952cc213a5b112a (patch) | |
| tree | 5ae865f0cae8505cb54d3360baa256fc684e3bbc /ui-ssdiff.h | |
| parent | d96d2c98ebc4c2d3765f5b35c4142e0e828a421b (diff) | |
| parent | f2ced535e9f2c2ada7f184735a07a1190a9d810f (diff) | |
| download | cgit-04254fa903701943bd45a479a952cc213a5b112a.zip cgit-04254fa903701943bd45a479a952cc213a5b112a.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'ui-ssdiff.h')
| -rw-r--r-- | ui-ssdiff.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ui-ssdiff.h b/ui-ssdiff.h index 64b4b12..88627e2 100644 --- a/ui-ssdiff.h +++ b/ui-ssdiff.h | |||
| @@ -1,6 +1,18 @@ | |||
| 1 | #ifndef UI_SSDIFF_H | 1 | #ifndef UI_SSDIFF_H |
| 2 | #define UI_SSDIFF_H | 2 | #define UI_SSDIFF_H |
| 3 | 3 | ||
| 4 | /* | ||
| 5 | * ssdiff line limits | ||
| 6 | */ | ||
| 7 | #ifndef MAX_SSDIFF_M | ||
| 8 | #define MAX_SSDIFF_M 128 | ||
| 9 | #endif | ||
| 10 | |||
| 11 | #ifndef MAX_SSDIFF_N | ||
| 12 | #define MAX_SSDIFF_N 128 | ||
| 13 | #endif | ||
| 14 | #define MAX_SSDIFF_SIZE ((MAX_SSDIFF_M) * (MAX_SSDIFF_N)) | ||
| 15 | |||
| 4 | extern void cgit_ssdiff_print_deferred_lines(); | 16 | extern void cgit_ssdiff_print_deferred_lines(); |
| 5 | 17 | ||
| 6 | extern void cgit_ssdiff_line_cb(char *line, int len); | 18 | extern void cgit_ssdiff_line_cb(char *line, int len); |
