diff options
| author | jvoisin | 2017-12-04 17:47:13 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-04 17:47:13 +0100 |
| commit | ca437251769196bb80e082c1c968fcaa2b96deb6 (patch) | |
| tree | bdf43312f2588fe1d8c9cd97b52fd29ab978d53f /src/sp_config.h | |
| parent | 32476340c5fd3c76b86487a92fd5c5075342ca99 (diff) | |
Improve the `.dump` filter
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
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 | ||
| 68 | typedef struct { | 68 | typedef struct { |
| 69 | char *textual_representation; | ||
| 70 | |||
| 69 | char *filename; | 71 | char *filename; |
| 70 | pcre *r_filename; | 72 | pcre *r_filename; |
| 71 | 73 | ||
