diff options
Diffstat (limited to 'src/region-cache.c')
| -rw-r--r-- | src/region-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/region-cache.c b/src/region-cache.c index 53ce0e9d802..a0b85039e74 100644 --- a/src/region-cache.c +++ b/src/region-cache.c | |||
| @@ -781,6 +781,7 @@ int region_cache_backward (struct buffer *buf, struct region_cache *c, | |||
| 781 | 781 | ||
| 782 | /* Debugging: pretty-print a cache to the standard error output. */ | 782 | /* Debugging: pretty-print a cache to the standard error output. */ |
| 783 | 783 | ||
| 784 | void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE; | ||
| 784 | void | 785 | void |
| 785 | pp_cache (struct region_cache *c) | 786 | pp_cache (struct region_cache *c) |
| 786 | { | 787 | { |