4 #include "notes-cache.h"
9 struct userdiff_funcname {
14 struct userdiff_driver {
18 struct userdiff_funcname funcname;
19 const char *word_regex;
21 struct notes_cache *textconv_cache;
22 int textconv_want_cache;
25 int userdiff_config(const char *k, const char *v);
26 struct userdiff_driver *userdiff_find_by_name(const char *name);
27 struct userdiff_driver *userdiff_find_by_path(struct index_state *istate,
31 * Initialize any textconv-related fields in the driver and return it, or NULL
32 * if it does not have textconv enabled at all.
34 struct userdiff_driver *userdiff_get_textconv(struct repository *r,
35 struct userdiff_driver *driver);