diff options
Diffstat (limited to 'src/textconv.h')
-rw-r--r-- | src/textconv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textconv.h b/src/textconv.h index 61f13ebcb43..e87ff5cd1f8 100644 --- a/src/textconv.h +++ b/src/textconv.h @@ -155,6 +155,7 @@ extern char *get_surrounding_text (struct frame *, ptrdiff_t, extern bool conversion_disabled_p (void); extern void check_postponed_buffers (void); +extern void get_conversion_field (struct frame *, ptrdiff_t *, ptrdiff_t *); extern void register_textconv_interface (struct textconv_interface *); #endif /* _TEXTCONV_H_ */ |