diff options
| author | Sebastien Blot | 2017-09-20 10:11:01 +0200 |
|---|---|---|
| committer | Sebastien Blot | 2017-09-20 10:11:01 +0200 |
| commit | 868f96c759b6650d88ff9f4fbc5c048302134248 (patch) | |
| tree | c0de0af318bf77a8959164ef11aeeeb2b7bab294 /src/sp_config_keywords.h | |
Initial import
Diffstat (limited to 'src/sp_config_keywords.h')
| -rw-r--r-- | src/sp_config_keywords.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/sp_config_keywords.h b/src/sp_config_keywords.h new file mode 100644 index 0000000..40fac47 --- /dev/null +++ b/src/sp_config_keywords.h | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #ifndef SP_CONFIG_KEYWORDS_H | ||
| 2 | #define SP_CONFIG_KEYWORDS_H | ||
| 3 | #include "php_snuffleupagus.h" | ||
| 4 | |||
| 5 | int parse_random(char *line); | ||
| 6 | int parse_disable_xxe(char *line); | ||
| 7 | int parse_auto_cookie_secure(char *line); | ||
| 8 | int parse_global_strict(char *line); | ||
| 9 | int parse_global(char *line) ; | ||
| 10 | int parse_cookie_encryption(char *line); | ||
| 11 | int parse_unserialize(char *line) ; | ||
| 12 | int parse_readonly_exec(char *line); | ||
| 13 | int parse_disabled_functions(char *line) ; | ||
| 14 | int parse_upload_validation(char *line); | ||
| 15 | |||
| 16 | #endif // __SP_CONFIG_KEYWORDS_H \ No newline at end of file | ||
