X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=userdiff.h;h=942d5949501027fb5d30e0d59629aab38fd2669a;hb=5c28a8b054cb69a37638b0261fc370422c8fab58;hp=c3151594f5c0643fead757accc27bf1093cf4a68;hpb=78b77c491ff21e27dbaf1381268aeb380f0607b8;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);