convert {charset,iconv}-hooks.
[apps/madmutt.git] / lib-lib / rx.h
index 3b57168..81352ad 100644 (file)
@@ -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);