summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index b8fd679..8ef62a2 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -66,6 +66,8 @@ typedef struct {
66} sp_config_unserialize; 66} sp_config_unserialize;
67 67
68typedef struct { 68typedef struct {
69 char *textual_representation;
70
69 char *filename; 71 char *filename;
70 pcre *r_filename; 72 pcre *r_filename;
71 73