move smap/nospam into the mime module.
[apps/madmutt.git] / lib-lib / rx.h
index b976fc1..81352ad 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef MUTT_LIB_LIB_RX_H
 #define MUTT_LIB_LIB_RX_H
 
-#include <lib-lib/lib-lib.h>
+#include "lib-lib.h"
 
 /* this is a non-standard option supported by Solaris 2.5.x which allows
  * patterns of the form \<...\>
@@ -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);