summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorkkadosh2018-03-02 13:31:36 +0000
committerjvoisin2018-03-02 14:31:36 +0100
commitbdd2cfc430d4b841c24a6c08e7934d667bdc6637 (patch)
tree271d91df0af647cec436252097e51d10696f6bc8 /src/sp_config.h
parente822be3a2e9919663cac74463b98e208db742bcf (diff)
Implement dump() for execution of writable PHP files
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 ba1542c..0ccd11e 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -45,6 +45,8 @@ typedef struct {
45typedef struct { 45typedef struct {
46 bool enable; 46 bool enable;
47 bool simulation; 47 bool simulation;
48 char *dump;
49 char *textual_representation;
48} sp_config_readonly_exec; 50} sp_config_readonly_exec;
49 51
50typedef struct { bool enable; } sp_config_global_strict; 52typedef struct { bool enable; } sp_config_global_strict;