diff options
Diffstat (limited to 'ted-internal.h')
-rw-r--r-- | ted-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ted-internal.h b/ted-internal.h index 59fca78..af5f2dd 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -155,7 +155,8 @@ struct Settings { typedef struct { Language language; - char *path; + struct pcre2_real_code_8 *path; + char *path_regex; Settings settings; bool settings_set[sizeof (Settings)]; } Config; |