X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=userdiff.h;h=942d5949501027fb5d30e0d59629aab38fd2669a;hb=1174768b460a5f24ef0323783ab69c578e5aa44a;hp=c3151594f5c0643fead757accc27bf1093cf4a68;hpb=f06b9f1dffa67c1d28793bdaf7b2165d3d392d35;p=git.git diff --git a/userdiff.h b/userdiff.h index c3151594f..942d59495 100644 --- a/userdiff.h +++ b/userdiff.h @@ -1,6 +1,8 @@ #ifndef USERDIFF_H #define USERDIFF_H +#include "notes-cache.h" + struct userdiff_funcname { const char *pattern; int cflags; @@ -13,6 +15,8 @@ struct userdiff_driver { struct userdiff_funcname funcname; const char *word_regex; const char *textconv; + struct notes_cache *textconv_cache; + int textconv_want_cache; }; int userdiff_config(const char *k, const char *v);