X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=userdiff.h;h=c3151594f5c0643fead757accc27bf1093cf4a68;hb=ed4a6baad0c8d446758eed8827e0d9190e624172;hp=ba2945770b379f51aa8da45d112a2ef896ec4c10;hpb=bb11eb31a2e7da7f878dd501d39f6877ec00eb7d;p=git.git diff --git a/userdiff.h b/userdiff.h index ba2945770..c3151594f 100644 --- a/userdiff.h +++ b/userdiff.h @@ -11,6 +11,7 @@ struct userdiff_driver { const char *external; int binary; struct userdiff_funcname funcname; + const char *word_regex; const char *textconv; };