]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bregex.h
Working directory pane in restore. Will get this into the stack next.
[bacula/bacula] / bacula / src / lib / bregex.h
index ed5cb1f37983dbbbc10f12d671f0785d40bf489d..aaef2a8a688d49523d75ae8349bea7945f3c0d84 100644 (file)
@@ -106,6 +106,8 @@ struct regex_t
    int num_registers;     /* number of registers used */
    unsigned char anchor;           /* anchor: 0=none 1=begline 2=begbuf */
    char *errmsg;
+   int cflags;                    /* compilation flags */
+   POOLMEM *lcase;                /* used by REG_ICASE */
 };