summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-16 15:47:01 +0200
committerBen Fuhrmannek2021-08-16 15:47:01 +0200
commit5148ded7268b569fd5e720f90b44645c83ac3e9e (patch)
tree9d5c3035a7a85ffc27de7c32b441994a21a6347a /src/php_snuffleupagus.h
parent9dc6b23a2219e809e665bac7d82567533751d39d (diff)
fincy new scanner/parser for config rules + fixed a few bugs along the way + fixed related unittests
Diffstat (limited to '')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index 928095d..91ee8a6 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -70,6 +70,7 @@ typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
70#include "sp_list.h" 70#include "sp_list.h"
71#include "sp_tree.h" 71#include "sp_tree.h"
72#include "sp_var_parser.h" 72#include "sp_var_parser.h"
73#include "sp_config_scanner.h"
73#include "sp_config.h" 74#include "sp_config.h"
74#include "sp_config_utils.h" 75#include "sp_config_utils.h"
75#include "sp_config_keywords.h" 76#include "sp_config_keywords.h"