X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-lib%2Frx.h;h=81352ad6b34eb159e8dd3e64b6af1be0940600de;hb=11a177822f648694f442b3038fdc60a4e50e6edb;hp=3b57168b64f40492bb93794fdd4e2354f97a5a7a;hpb=68d6b380767702ba11529357f36d178d0dc4cb1e;p=apps%2Fmadmutt.git diff --git a/lib-lib/rx.h b/lib-lib/rx.h index 3b57168..81352ad 100644 --- a/lib-lib/rx.h +++ b/lib-lib/rx.h @@ -45,7 +45,7 @@ typedef struct rx_t { int not; /* do not match */ int nmatch; /* nb matches */ - char *template; /* out template */ + char *tpl; /* out template */ } rx_t; rx_t *rx_compile(const char*, int);